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
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.
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:
Am i doing something wrong? or is it a limitation?
The text was updated successfully, but these errors were encountered: