Hey guys, I am creating a coverage report with pan...
# general
s
Hey guys, I am creating a coverage report with pants via Github Actions which works just great. At least it is shown within the CI run. I would like to display this report as a comment when creating a PR. Is there are best way to do so? Any help or hints in the right direction would be appreciated!
b
I don’t have specific advice, but… Usually, pants is “just” a wrapper around some external tool, and I think it is in the case of coverage-py. So you might be able to find other discussion/existing approaches by looking for coverage-py approaches, rather than pants ones
👍 1
g
We have a python script that converts the coverage output to markdown with some extra info (especially delta with main, per root/file) and then uses http to post it to GitHub.
👍 1