Skip to content

Commit

Permalink
Update static dev files.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 6, 2020
1 parent 4cfcbf3 commit 3fa6b5a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions grumphp.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ parameters:
threads: 10
test_framework: phpspec
configuration: infection.json.dist
min_msi: 50
min_covered_msi: 50
min_msi: 10
min_covered_msi: 10
metadata:
priority: 2000
securitychecker:
Expand Down
18 changes: 18 additions & 0 deletions infection.json.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"timeout": 10,
"source": {
"directories": [
"src"
]
},
"logs": {
"text": "build/infection.log",
"summary": "build/summary.log",
"debug": "build/debug.log",
"perMutator": "build/per-mutator.md",
"badge": {
"branch": "master"
}
},
"testFramework":"phpspec"
}
3 changes: 1 addition & 2 deletions phpspec.yml.dist
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
formatter.name: pretty
extensions:
LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension:
FriendsOfPhpSpec\PhpSpec\CodeCoverage\CodeCoverageExtension:
format:
- html
- clover
- php
- text
Expand Down

0 comments on commit 3fa6b5a

Please sign in to comment.