iamnishantmishra
Results
2
issues of
iamnishantmishra
### Installed product versions - Visual Studio: [2022] - This extension ### Description There should be an option to set existing coverage as a baseline and we should be able...
custom report
Hi I am running following script to run in my pipeline- dotnet-stryker --test-project "**/*Test.csproj" -m --with-baseline:$(System.PullRequest.TargetBranch) --version $(System.PullRequest.SourceBranch) --open-report --reporter "html" --reporter "progress" --reporter "cleartext" --break-at 80 But I am...
🐛 Bug