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 1adea58 commit fcc0861Copy full SHA for fcc0861
.github/workflows/coverage.yml
@@ -29,9 +29,9 @@ jobs:
29
30
- name: Measure test coverage
31
run: |
32
- python -m pytest --cov --durations=10
+ python -m pytest --cov=src --durations=10
33
# Tests fail if using `--doctest-modules`. I.e.,
34
- # python -m pytest --cov=lazy_loader --doctest-modules --durations=20
+ # python -m pytest --cov=src --durations=10 --doctest-modules
35
36
- name: Upload coverage to Codecov
37
uses: codecov/codecov-action@v5
0 commit comments