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
`- name: Run automated unit and integration tests
run: dotnet test FeatureFlags/FeatureFlags.Tests/FeatureFlags.Tests.csproj /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov`
This is a follow-up to #18. It would be nice to run code coverage and share the report.
Check out this article:
https://codeburst.io/code-coverage-in-net-core-projects-c3d6536fd7d7
Questions:
The text was updated successfully, but these errors were encountered: