Skip to content

Commit 02c8350

Browse files
committed
be more permissive for the PR mutation test coverage
1 parent 4845e8f commit 02c8350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ jobs:
329329
- name: Check test coverage for PR
330330
if: ${{ matrix.mutation == 'true' && github.event.pull_request }}
331331
run: |
332-
# check if executed have at most 15% survival rate
333-
cr-rate --estimate --confidence 99.9 --fail-over 15 session-vs-master.sqlite
332+
# check if executed have at most 50% survival rate
333+
cr-rate --estimate --confidence 99.9 --fail-over 50 session-vs-master.sqlite
334334
- name: instrumental test coverage on PR
335335
if: ${{ contains(matrix.opt-deps, 'instrumental') && github.event.pull_request }}
336336
env:

0 commit comments

Comments
 (0)