Skip to content

Commit

Permalink
fix(ci): don't fail on codecov upload failure
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Jun 29, 2024
1 parent e0d8fe9 commit b51a617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: lcov.info
fail_ci_if_error: true
fail_ci_if_error: false

apps_sdk_runtime_tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b51a617

Please sign in to comment.