Skip to content

Commit

Permalink
What happens if we turn off coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed May 30, 2024
1 parent 5a1b7e9 commit 76d4fea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
. ../firedrake_venv/bin/activate
python "$(which firedrake-clean)"
python -m pip install \
pytest-cov pytest-timeout pytest-xdist pytest-timeout ipympl
pytest-xdist pytest-timeout ipympl
python -m pip list
- name: Test Firedrake
run: |
Expand All @@ -102,7 +102,6 @@ jobs:
python -m pytest -v tests/test_0init.py
python -m pytest \
--durations=200 \
--cov firedrake \
--timeout=1800 \
--timeout-method=thread \
-o faulthandler_timeout=1860 \
Expand Down

0 comments on commit 76d4fea

Please sign in to comment.