stryker-mutator / stryker-js

Mutation testing for JavaScript and friends
https://stryker-mutator.io
Apache License 2.0
2.56k stars 245 forks source link

Support excluding files via System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute #1622

Closed brooknovak closed 5 years ago

brooknovak commented 5 years ago

People are familiar with the System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute to mark files for exclusion of test coverage. Plus we want to report the line coverage using the inbuilt dotnet test coverage tooling, for our most of CI/CD pipeline cases (where we use the ExcludeFromCodeCoverageAttribute). And use Stryker for pull request builds (since it really slows the build time to a point where it isn't viable to run on every build)

nicojs commented 5 years ago

Hi, @brooknovak 👋 welcome to the club.

I believe this is an issue related to Stryker.NET. Feel free to open an issue there