Skip to content

Commit

Permalink
Merge pull request #10 from cruxinator/BumpMutationMinima
Browse files Browse the repository at this point in the history
Bump mutation coverage minima on Travis builds
  • Loading branch information
CyberiaResurrection committed Feb 23, 2020
2 parents 4689f65 + 8bae4f8 commit fbd805c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_script:
script:
- mkdir -p build/logs
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
- php vendor/bin/infection --min-msi=67 --min-covered-msi=76
- php vendor/bin/infection --min-msi=96 --min-covered-msi=96

after_success:
- php vendor/bin/php-coveralls --exclude-no-stmt
Expand Down

0 comments on commit fbd805c

Please sign in to comment.