-
-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
SummaryAn issue related to creating the code coverage summary.An issue related to creating the code coverage summary.enhancementNew feature or requestNew feature or request
Milestone
Description
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
KarlKl, deanro, AshleyDumaine and th1nkful
Metadata
Metadata
Assignees
Labels
SummaryAn issue related to creating the code coverage summary.An issue related to creating the code coverage summary.enhancementNew feature or requestNew feature or request