diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0d15840..c364270 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,7 +27,6 @@ jobs: - name: Measure test coverage run: | - python -m pytest --cov=lazy_loader --durations=10 # Tests fail if using `--doctest-modules`. I.e., - # python -m pytest --cov=lazy_loader --doctest-modules --durations=20 + python -m pytest --cov=lazy_loader --doctest-modules --durations=20 codecov