You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the code coverage summary to a pull request without needing another Action. This could be optional.
Using Octokit this should be straightforward, if run from a PR the id of the PR can be obtained from the runner environment. An optional id parameter could allow posting to a PR when not run from a PR (e.g. manual run).
Expected Behaviour
Posts the coverage summary to a PR in a similar way to the marocchino/sticky-pull-request-comment action.
Additional Context
Linked To
The text was updated successfully, but these errors were encountered:
This would be useful for the cases if the threshold isn't being met. It would be nice to see the code coverage report on the PR despite the fact that the action will cause a failure.
Feature Request
Add the code coverage summary to a pull request without needing another Action. This could be optional.
Using Octokit this should be straightforward, if run from a PR the id of the PR can be obtained from the runner environment. An optional id parameter could allow posting to a PR when not run from a PR (e.g. manual run).
Expected Behaviour
Posts the coverage summary to a PR in a similar way to the marocchino/sticky-pull-request-comment action.
Additional Context
Linked To
The text was updated successfully, but these errors were encountered: