mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Relax mutation tolerance
This commit is contained in:
parent
8ce88c1b36
commit
4553515e8e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
- name: Run Tests
|
||||
run: |
|
||||
composer update --prefer-dist --no-interaction --no-progress
|
||||
vendor/bin/roave-infection-static-analysis-plugin --show-mutations --threads=4 --min-msi=90 --min-covered-msi=90
|
||||
vendor/bin/roave-infection-static-analysis-plugin --show-mutations --threads=4 --min-msi=80 --min-covered-msi=80
|
||||
|
||||
static-analysis:
|
||||
name: Code Format and Static Analysis
|
||||
|
Loading…
Reference in New Issue
Block a user