codecov / codecov/codecov-action
Codecov v4 - pull_request_review not trigger codecov build
Open
@thomasrockhu-codecov is already working on this.
Since Aug 1, 2024.
codecov/codecov-action
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 260
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 1
Description
Hello,
I noticed that Codecov only triggers patch/project coverage reports on pull_request events, not on pull_request_review events.
My use case requires starting services like PostgreSQL, Redis, Sidekiq, etc., and I want to check the coverage of a pull request (PR) only after it has been approved to ensure that the PR does not degrade our current target coverage.
How to Reproduce:
- Working example: https://github.com/AlexcastroDev/dependabot_parse/pull/9
- Not working example: https://github.com/AlexcastroDev/dependabot_parse/pull/10
Am i doing something wrong? or is it a limitation?
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.
Assessment
This issue has not been assessed yet.