Replies: 2 comments 3 replies
-
.net core projects are supported, something must be causing us to be unable to discover coverage. We need more information to determine why this is happening. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear, thanks for your feedback.
Regards {
"stryker-config": {
"solution": "../MyCompany.MyProject.Service.sln",
"project": "MyCompany.MyProject.Service.Api.csproj",
"test-projects": [
"../Api.Test/MyCompany.MyProject.Api.Test.csproj"
],
"reporters": [ "progress", "html", "json" ],
"ignore-methods": [ "ConfigureAwait" ]
}
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Mutants,
There are two tabs on the top of the HTML reports: Mutants and Tests.
For some of our .Net projects, the Tests is empty. While all tests are listed, the columns (Killing, Covering, Not Covering, Total Tests) are filled with zeros.
Our hypothesis, is that .Net core projects are not supported, but we couldn't find any documentation on this topic.
Could someone provide us with feedback on this issue?
PS: Thanks for this useful tool!
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions