Open morcuended opened 5 months ago
Ready. Now coverage is reported in every pull request under the Actions tab.
Still I think the coverage report should be posted automatically in a comment instead of the Actions page.
We can try to add the result as a comment in this PR or a new one, as you prefer.
Let's do it here. I will explore the two options (an already existing action that upload the coverage report as a comment or use GH action script to create the comment manually)
Would something like https://github.com/orgs/community/discussions/69944#discussioncomment-7269357 work?
Would something like https://github.com/orgs/community/discussions/69944#discussioncomment-7269357 work?
Could be, to be tried. Maybe we can generate the table in markdown format as shown above and post it as a comment.
The problem with the action I just tried py-cov-action/python-coverage-comment-action
is that self-hosted runners need extra configuration to make it work.
closes #45