Skip to content

Commit

Permalink
ci: add stryker config
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Jan 27, 2024
1 parent 62d795d commit 8ed6784
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions stryker-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"stryker-config": {
"mutate": [
"!**/System.*/*"
],
"language-version": "Preview",
"target-framework": "net8.0",
"mutation-level": "Complete",
"reporters": [
"markdown",
"dashboard",
"html"
],
"baseline": {
"enabled": false,
"fallback-version": "main",
"provider": "Dashboard"
},
"thresholds": {
"high": 80,
"low": 60,
"break": 60
}
}
}

0 comments on commit 8ed6784

Please sign in to comment.