github-checks-plugin icon indicating copy to clipboard operation
github-checks-plugin copied to clipboard

Output summary to PR comments

Open adusumillipraveen opened this issue 4 years ago • 4 comments

It would be nice to have summary of checks to PR comments, something similar to what sonarcloud does. The comment needs to be updated every time the build is run.

Screenshot 2021-01-04 at 10 13 08

adusumillipraveen avatar Jan 04 '21 10:01 adusumillipraveen

Doesn't the current summary meet the need? Why we need this in addition?

XiongKezhi avatar Jan 10 '21 09:01 XiongKezhi

Is this something that the Autograding plugin does? I've not used it myself, but it's listed as a consumer of the checks API and seems to cover your usage. It obviously publishes a check rather than a comment...

mrginglymus avatar Jan 10 '21 19:01 mrginglymus

My suggestion is around adding unit test statistics to PR as a comment . Just mocked up something, see if this clarifies.

Screenshot 2021-01-11 at 12 31 01

adusumillipraveen avatar Jan 11 '21 12:01 adusumillipraveen