We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f27511 commit 01a57f6Copy full SHA for 01a57f6
.github/workflows/python-package.yml
@@ -51,14 +51,13 @@ jobs:
51
- name: test with unittest and collect coverage data
52
if: matrix.os == 'ubuntu-latest'
53
run: |
54
- coverage run -m unittest discover
+ make test-coverage
55
- name: Coveralls Parallel
56
uses: coverallsapp/github-action@master
57
with:
58
github-token: ${{ secrets.github_token }}
59
flag-name: run-${{ matrix.test_number }}
60
parallel: true
61
- path-to-lcov: ./.coverage
62
63
coveralls:
64
needs:
0 commit comments