diff --git a/.github/workflows/quick_check.yml b/.github/workflows/quick_check.yml index ce83b425..c30c9060 100644 --- a/.github/workflows/quick_check.yml +++ b/.github/workflows/quick_check.yml @@ -33,7 +33,8 @@ jobs: python -m pip install -e . - name: Run tests and coverage (unittests plus doctests) run: | - coverage run --source=wntr --omit="*/tests/*","*/sim/network_isolation/network_isolation.py","*/sim/aml/evaluator.py" -m pytest -m "not time_consuming" --doctest-modules --doctest-glob="*.rst" wntr + coverage run --source=wntr --omit="*/tests/*","*/sim/network_isolation/network_isolation.py","*/sim/aml/evaluator.py" -m pytest -m "not time_consuming" --doctest-modules --doctest-glob="*.rst" wntr + coverage run --source=wntr --omit="*/tests/*","*/sim/network_isolation/network_isolation.py","*/sim/aml/evaluator.py" --append -m pytest --doctest-glob="*.rst" documentation coverage report --fail-under=70 # coverage run --source=wntr --omit="*/tests/*" --append -m pytest --doctest-glob="*.rst" documentation