We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c94712 commit 79aa9d0Copy full SHA for 79aa9d0
1 file changed
.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Measure test coverage
31
run: |
32
- python -m pytest --cov=src --durations=10
+ python -m pytest --cov=lazy_loader --durations=10
33
# Tests fail if using `--doctest-modules`. I.e.,
34
# python -m pytest --cov=src --durations=10 --doctest-modules
35
0 commit comments