Skip to content

Commit

Permalink
Temporary flag for linux and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-codecov committed Dec 5, 2024
1 parent 92a0899 commit f659845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- codecov/upload:
flags: backend
- codecov/upload:
fail_on_error: true
fail_on_error: false
files: coverage/coverage-final.json
flags: frontend
verbose: true
Expand All @@ -103,7 +103,7 @@ jobs:
- codecov/upload:
flags: backend
- codecov/upload:
fail_on_error: true
fail_on_error: false
files: coverage/coverage-final.json
flags: frontend
verbose: true
Expand Down

0 comments on commit f659845

Please sign in to comment.