Skip to content

Commit

Permalink
ignore error if coverage uploading failed
Browse files Browse the repository at this point in the history
  • Loading branch information
waynepeking348 committed Apr 8, 2024
1 parent dacb6ad commit 490f9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
flags: unittest
file: coverage.txt
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

license:
Expand Down

0 comments on commit 490f9fa

Please sign in to comment.