Skip to content

Commit

Permalink
Ninja fix, don't fail CI on codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
tommystendahl committed Mar 4, 2024
1 parent eb48461 commit 7bbe34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
files: ./ecaudit/target/site/jacoco/jacoco.xml,./common/target/site/jacoco/jacoco.xml,./eclog/target/site/jacoco/jacoco.xml
flags: unit-tests
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true
integration-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7bbe34a

Please sign in to comment.