Skip to content

Commit fcc0861

Browse files
committed
Only track coverage for lazy-loader, not tests
1 parent 1adea58 commit fcc0861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
3030
- name: Measure test coverage
3131
run: |
32-
python -m pytest --cov --durations=10
32+
python -m pytest --cov=src --durations=10
3333
# Tests fail if using `--doctest-modules`. I.e.,
34-
# python -m pytest --cov=lazy_loader --doctest-modules --durations=20
34+
# python -m pytest --cov=src --durations=10 --doctest-modules
3535
3636
- name: Upload coverage to Codecov
3737
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)