-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
display code coverage as PR comments #3107
Conversation
SummarySummary
Coveragegrpc - 0%
Microsoft.Identity.Web - 63.6%
Microsoft.Identity.Web.Certificate - 41.4%
Microsoft.Identity.Web.Certificateless - 40.1%
Microsoft.Identity.Web.Diagnostics - 10.2%
Microsoft.Identity.Web.DownstreamApi - 14.5%
Microsoft.Identity.Web.GraphServiceClient - 0%
Microsoft.Identity.Web.MicrosoftGraph - 42%
Microsoft.Identity.Web.Test.Common - 69.3%
Microsoft.Identity.Web.TokenAcquisition - 53.1%
Microsoft.Identity.Web.TokenCache - 80.8%
Microsoft.Identity.Web.UI - 0%
myWebApi - 0%
myWebApp - 0%
TodoListClient - 0%
TodoListService - 0%
WebAppCallsMicrosoftGraph - 0%
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the collector from projects that already had it but weren't previously using it. This should only get rid of the unwanted projects in the report and not affect anything else. |
SummarySummary
CoverageMicrosoft.Identity.Web - 63.6%
Microsoft.Identity.Web.Certificate - 41.4%
Microsoft.Identity.Web.Certificateless - 40.1%
Microsoft.Identity.Web.Diagnostics - 10.2%
Microsoft.Identity.Web.DownstreamApi - 14.5%
Microsoft.Identity.Web.MicrosoftGraph - 42%
Microsoft.Identity.Web.Test.Common - 69.3%
Microsoft.Identity.Web.TokenAcquisition - 53.1%
Microsoft.Identity.Web.TokenCache - 80.8%
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bad boy LGTM. Thanks @westin-m
Use GitHub Actions to display a code coverage report in the Actions summary and in a PR comment. This does not show a difference based on the proposed code changes. That is a future work item.
Closes #3048
The coverage report displayed in the comment is also available in the summary of the testing action:
Show all checks (if all have passed and it's collapsed) -> Run unit tests: details -> Summary