fgrosse / go-coverage-report

A CLI tool and GitHub Action to post Go code coverage reports as comment to your pull requests.
BSD 3-Clause "New" or "Revised" License
53 stars 8 forks source link

Support generating comment as an output instead of posting it directly #34

Closed jshufro closed 1 month ago

jshufro commented 2 months ago

I'm also uploading the html coverage report, and would like to append the artifact URL to the comment this action leaves, before posting the comment myself.

fgrosse commented 2 months ago

Nice idea, and shouldn't be too difficult to implement given the comment is already written into a file.

Would you like to give it a try and submit a PR?