arcade icon indicating copy to clipboard operation
arcade copied to clipboard

CodeCoverage comment in PRs

Open ghost opened this issue 7 years ago • 4 comments

Some repos has http://codecov.io service configured to get stats comment in PR like:

image

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.

ghost avatar May 22 '18 11:05 ghost

Let me know if you have any questions while trying to integrate this. 😄

sharwell avatar May 22 '18 13:05 sharwell

Support for Portable PDBs: https://github.com/OpenCover/opencover/pull/814

tmat avatar May 22 '18 21:05 tmat

Pushing out beyond preview

markwilkie avatar Oct 10 '18 22:10 markwilkie

Ref'ing https://github.com/dotnet/arcade/issues/2076 here since it also deals with CC and somethings could be leveraged from that

jcagme avatar Feb 21 '19 01:02 jcagme