Skip to content

Commit 79aa9d0

Browse files
committed
Try setting coverage to package name
1 parent 3c94712 commit 79aa9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Measure test coverage
3131
run: |
32-
python -m pytest --cov=src --durations=10
32+
python -m pytest --cov=lazy_loader --durations=10
3333
# Tests fail if using `--doctest-modules`. I.e.,
3434
# python -m pytest --cov=src --durations=10 --doctest-modules
3535

0 commit comments

Comments
 (0)