Skip to content

Commit

Permalink
Merge pull request #4 from ergebnis/fix/score
Browse files Browse the repository at this point in the history
Fix: Mutation score
  • Loading branch information
localheinz committed Mar 8, 2020
2 parents 8ec0b5b + e080ac5 commit e49c138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Expand Up @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
- "master"

env:
MIN_COVERED_MSI: 65
MIN_COVERED_MSI: 91
MIN_MSI: 59
REQUIRED_PHP_EXTENSIONS: "mbstring"

Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
MIN_COVERED_MSI:=65
MIN_COVERED_MSI:=91
MIN_MSI:=59

.PHONY: it
Expand Down

0 comments on commit e49c138

Please sign in to comment.