CodeCoverage comment in PRs
Open
- Dominant language
- C#
- Stars
- 729
- Forks
- 397
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 149
Description
Some repos has http://codecov.io service configured to get stats comment in PR like:

It runs code coverage job after the build is successfully completed.
If we add more commits to PR, amend or even force push the existing commits, it updates the comment in place (to reduce chat noise).
It would be cool to have dotnet-bot feed the similar stats always or optionally (`@dotnet-bot, report codecoverage please`).
Alternatively, code coverage job can be configured in GitHub PR new feature called checks: https://github.com/dotnet/arcade/pull/189/checks.
Contributor guide
Assessment
This issue has not been assessed yet.