Skip to content

Commit

Permalink
chore: do jot fail CI on codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Oct 2, 2024
1 parent 57deb6b commit 21e61f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
name: codecove # optional
flags: unittest
fail_ci_if_error: true # optional (default = false)
fail_ci_if_error: false # optional (default = false)
#directory: ./coverage/reports/
#files: ./coverage1.xml,./coverage2.xml
verbose: true # optional (default = false)

0 comments on commit 21e61f3

Please sign in to comment.