Skip to content

Commit

Permalink
Group infection logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Aug 11, 2023
1 parent 7399d5f commit 5e3b45d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions infection.json5
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
$schema: 'vendor/infection/infection/resources/schema.json',
logs: {
html: 'data/mutation-report.html',
text: 'data/mutation.log',
html: 'data/infection/mutation-report.html',
text: 'data/infection/mutation.log',
"stryker": {
"report": "main"
}
},
"summary": "data/infection/summary.log",
"perMutator": "data/infection/per-mutator.md",
"github": true,
},
timeout: 3,
timeout: 10,
source: {
directories: [
'src'
Expand Down

0 comments on commit 5e3b45d

Please sign in to comment.