Skip to content

Commit c521ecb

Browse files
committed
Disable pytest fail-under, for now
1 parent a716253 commit c521ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
run: |
203203
. venv/bin/activate
204204
coverage combine coverage*/.coverage*
205-
coverage report --fail-under=98
205+
coverage report
206206
coverage xml
207207
- name: Upload coverage to Codecov
208208
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)