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 d8d0def commit 6f27511Copy full SHA for 6f27511
.github/workflows/python-package.yml
@@ -58,7 +58,7 @@ jobs:
58
github-token: ${{ secrets.github_token }}
59
flag-name: run-${{ matrix.test_number }}
60
parallel: true
61
- path-to-lcov: .coverage
+ path-to-lcov: ./.coverage
62
63
coveralls:
64
needs:
0 commit comments