-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When testing only what's affected, the coverage report will show incorrect results.
For example, given this project structure:
- Project.Shared
- Project (.1)
- Project.Tests (depends on .2)
- Shared.Tests (depends on .1)
If .2 has changes, .3 will be affected so we will build and test .2 and .3, but there's no need to test .4 since .1 has not changed.
Hence, the coverage report will show a low coverage percentage for .1 since its test have not run
We should be able to filter down the coverage report to only include the resulting projects of dotnet-affected.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request