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 05ac186 commit 9df568cCopy full SHA for 9df568c
.github/workflows/test-PRs.yml
@@ -40,6 +40,6 @@ jobs:
40
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
41
- name: Run tests with coverage and upload
42
run: |
43
- CODECOV_EXEC="coverage run --source src/"
+ CODECOV_EXEC="coverage run -p"
44
$CODECOV_EXEC tests/run_tests.py --spawn-display
45
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }} -e PYTHON
0 commit comments