mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-12 17:54:29 +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
|
||||
|
||||
- name: Coveralls Parallel
|
||||
uses: coverallsapp/github-action@v2
|
||||
uses: coverallsapp/github-action@v2.3.0
|
||||
with:
|
||||
flag-name: run-${{ join(matrix.*, '-') }}
|
||||
parallel: true
|
||||
|
@ -61,6 +61,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Coveralls Finished
|
||||
uses: coverallsapp/github-action@v2
|
||||
uses: coverallsapp/github-action@v2.3.0
|
||||
with:
|
||||
parallel-finished: true
|
Loading…
Reference in a new issue