codecov-action
codecov-action copied to clipboard
Doesn't fail CI when coverage drops
I've setup the action and made coverage drop by 10%. The CI passed even though the flag to fail the CI is on. How can I make the CI fail if coverage drops below the target? Here's the relevant PR: https://github.com/Vonage/vivid-3/pull/254
any update on this? facing the same issue
@mehq - the issue was that I did not have the codecov
app authorized by my organization. Once it was authorized, it started working.
@YonatanKra Is there any reason to keep this ticket open if your problem was solved?