dotnet / arcade

Tools that provide common build infrastructure for multiple .NET Foundation projects.
MIT License
664 stars 340 forks source link

CodeCoverage comment in PRs #191

Open ghost opened 6 years ago

ghost commented 6 years ago

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.

sharwell commented 6 years ago

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

tmat commented 6 years ago

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

markwilkie commented 5 years ago

Pushing out beyond preview

jcagme commented 5 years ago

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