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 31, 2024
1 parent c4e2dba commit 5bb6b0e
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 @@ -89,7 +89,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 @@ -99,7 +99,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 5bb6b0e

Please sign in to comment.