You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature
It would be nice to know the code coverage percent of this project and check that s part of the pipeline. Currently we can use dotnet test --collect:"XPlat Code Coverage", that generates Cobertura XML which is supported by codecov.
Feature
It would be nice to know the code coverage percent of this project and check that s part of the pipeline. Currently we can use
dotnet test --collect:"XPlat Code Coverage"
, that generates Cobertura XML which is supported by codecov.Maybe something like https://codecov.io/ as proposed by @andrew-field
Mostly this is a "nice to know" feature.
The text was updated successfully, but these errors were encountered: