Skip to content

Commit 5bb6b0e

Browse files
committed
What happens if we turn off coverage
1 parent c4e2dba commit 5bb6b0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
. ../firedrake_venv/bin/activate
9090
python "$(which firedrake-clean)"
9191
python -m pip install \
92-
pytest-cov pytest-timeout pytest-xdist pytest-timeout ipympl
92+
pytest-xdist pytest-timeout ipympl
9393
python -m pip list
9494
- name: Test Firedrake
9595
run: |
@@ -99,7 +99,6 @@ jobs:
9999
python -m pytest -v tests/test_0init.py
100100
python -m pytest \
101101
--durations=200 \
102-
--cov firedrake \
103102
--timeout=1800 \
104103
--timeout-method=thread \
105104
-o faulthandler_timeout=1860 \

0 commit comments

Comments
 (0)