From f04f39521075900f514175f837a5d6f78f1f8dde Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 27 Aug 2022 08:10:41 -0700 Subject: [PATCH] Run doctests --- .github/workflows/coverage.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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