Skip to content

Commit 66851b3

Browse files
authored
Don't fail on coverage fail
1 parent d37010e commit 66851b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
phpunit --coverage-text --coverage-clover=coverage.xml
3333
- uses: codecov/codecov-action@v1
3434
with:
35-
fail_ci_if_error: true
35+
fail_ci_if_error: false

0 commit comments

Comments
 (0)