Skip to content

Commit 8b99c83

Browse files
committed
Set fail_ci_if_error flag to true
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
1 parent cbde0fd commit 8b99c83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -658,3 +658,4 @@ jobs:
658658
uses: "codecov/codecov-action@v3"
659659
with:
660660
directory: reports
661+
fail_ci_if_error: true

0 commit comments

Comments
 (0)