Skip to content

Commit d9a3754

Browse files
authored
no fail ci if upload fails
1 parent 9a566ad commit d9a3754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Upload coverage to Codecov
2626
uses: codecov/codecov-action@v3
2727
with:
28-
fail_ci_if_error: true
28+
fail_ci_if_error: false
2929
lint:
3030
runs-on: ubuntu-latest
3131
steps:

0 commit comments

Comments
 (0)