Skip to content

Commit

Permalink
Don't fail CI on codecov error
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jul 2, 2023
1 parent 28ce5e7 commit 29c866b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ coverage:
status:
project:
default:
threshold: 1%
threshold: 2%
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
files: coverage/cypress/lcov.info
flags: e2e
name: mermaid-codecov
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true
- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
files: ./coverage/vitest/lcov.info
flags: unit
name: mermaid-codecov
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

0 comments on commit 29c866b

Please sign in to comment.