coverallsapp / coverallsapp/github-action
pull request comment on ```issue_comment``` event
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 520
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
I've a github action that is triggered by a comment on pull requests (not push or new pull request), having the pull request number as an input to the coverall step that could come from ${{ github.event.issue.number }} , would be possible to add the comment to the pr with the coverage and the badge as for the push and pull_request event?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the action's handling of the issue_comment event and compare it with the existing push and pull_request paths. Verify how the pull request number from github.event.issue.number reaches the Coveralls step; done means a pull-request comment triggered by issue_comment includes coverage and the badge consistently with the other events.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100