Skip to content

Commit

Permalink
Set fail_ci_if_error flag to true
Browse files Browse the repository at this point in the history
In a recent PR, we got reports from CodeCov about several lines not
being covered. After further inspection, I found an error message in the
coverage file upload saying we hit a rate limit.
This will make it more likely we spot such issues in the future.

The PR: doctrine#6370
  • Loading branch information
greg0ire committed May 1, 2024
1 parent b05e48a commit 4055321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -658,3 +658,4 @@ jobs:
uses: "codecov/codecov-action@v3"
with:
directory: reports
fail_ci_if_error: true

0 comments on commit 4055321

Please sign in to comment.