Stryker will continue but outcome will be impacted #2369
-
Hi there, I'm using the version 3.4.0, and every time that I use the command dotnet stryker in my terminal I get this warn below. I can't find the reason for that. Could someone help to find the reason. I'm Using Xunit version 2.4.2 and .Net 6.0 in my project.
"stryker-config": {
"reporters": ["progress","html"],
"additional-timeout": 50000000,
"solution": "./solution.sln",
"test-projects": ["./projetct_test.csproj"],
"coverage-analysis": "all",
"verbosity": "warning",
"thresholds": { "high": 90, "low": 60, "break": 0 },
"disable-bail": true,
"ignore-mutations": []
} |
Beta Was this translation helpful? Give feedback.
Answered by
rouke-broersma
Dec 29, 2022
Replies: 1 comment 2 replies
-
4 of your unit tests are failing before we apply mutations. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Daniel-iel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
4 of your unit tests are failing before we apply mutations.