Skip to content

Commit

Permalink
Temporarily decrease min msi to 86 %
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Dec 23, 2020
1 parent abc4fbf commit c05c411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Run Infection
run: |
export $ENV
vendor/bin/infection --min-msi=88 --min-covered-msi=90 --log-verbosity=none -s
vendor/bin/infection --min-msi=86 --min-covered-msi=90 --log-verbosity=none -s
env:
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}

0 comments on commit c05c411

Please sign in to comment.