Skip to content

Commit 01a57f6

Browse files
committed
debug git actions
1 parent 6f27511 commit 01a57f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,13 @@ jobs:
5151
- name: test with unittest and collect coverage data
5252
if: matrix.os == 'ubuntu-latest'
5353
run: |
54-
coverage run -m unittest discover
54+
make test-coverage
5555
- name: Coveralls Parallel
5656
uses: coverallsapp/github-action@master
5757
with:
5858
github-token: ${{ secrets.github_token }}
5959
flag-name: run-${{ matrix.test_number }}
6060
parallel: true
61-
path-to-lcov: ./.coverage
6261

6362
coveralls:
6463
needs:

0 commit comments

Comments
 (0)