codecov-action
codecov-action copied to clipboard
Codecov v4 - pull_request_review not trigger codecov build
trafficstars
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?