We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4845e8f commit 02c8350Copy full SHA for 02c8350
.github/workflows/ci.yml
@@ -329,8 +329,8 @@ jobs:
329
- name: Check test coverage for PR
330
if: ${{ matrix.mutation == 'true' && github.event.pull_request }}
331
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
+ # check if executed have at most 50% survival rate
+ cr-rate --estimate --confidence 99.9 --fail-over 50 session-vs-master.sqlite
334
- name: instrumental test coverage on PR
335
if: ${{ contains(matrix.opt-deps, 'instrumental') && github.event.pull_request }}
336
env:
0 commit comments