Skip to content

Commit

Permalink
fix(ci): make code coverage upload fail safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Julen Dixneuf committed Sep 23, 2023
1 parent 2b02bbf commit 1bda84e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
# codecov sometimes return error without reason
fail_ci_if_error: false

0 comments on commit 1bda84e

Please sign in to comment.