Skip to content

Commit

Permalink
fix: codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Oct 1, 2024
1 parent bc65177 commit e5a7eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: pnpm test:ci
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true # optional (default = false)
fail_ci_if_error: false # optional (default = false)
files: ./coverage1.xml,./coverage2.xml # optional
flags: unittests # optional
name: codecov-umbrella # optional
Expand Down

0 comments on commit e5a7eb7

Please sign in to comment.