Skip to content

Commit

Permalink
be more permissive for the PR mutation test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Jan 15, 2024
1 parent 4845e8f commit 02c8350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ jobs:
- name: Check test coverage for PR
if: ${{ matrix.mutation == 'true' && github.event.pull_request }}
run: |
# check if executed have at most 15% survival rate
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
- name: instrumental test coverage on PR
if: ${{ contains(matrix.opt-deps, 'instrumental') && github.event.pull_request }}
env:
Expand Down

0 comments on commit 02c8350

Please sign in to comment.