mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2025-01-10 05:54:26 +00:00
coveralls broken on mac?
This commit is contained in:
parent
44777ab70a
commit
2887841bdb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
run: pytest
|
run: pytest
|
||||||
|
|
||||||
- name: Coveralls Parallel
|
- name: Coveralls Parallel
|
||||||
uses: coverallsapp/github-action@v2
|
uses: coverallsapp/github-action@v2.3.0
|
||||||
with:
|
with:
|
||||||
flag-name: run-${{ join(matrix.*, '-') }}
|
flag-name: run-${{ join(matrix.*, '-') }}
|
||||||
parallel: true
|
parallel: true
|
||||||
|
@ -61,6 +61,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Coveralls Finished
|
- name: Coveralls Finished
|
||||||
uses: coverallsapp/github-action@v2
|
uses: coverallsapp/github-action@v2.3.0
|
||||||
with:
|
with:
|
||||||
parallel-finished: true
|
parallel-finished: true
|
Loading…
Reference in a new issue