Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
with:
files: coverage.out
flags: unittests
fail_ci_if_error: false
fail_ci_if_error: true
6 changes: 3 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ coverage:
project:
default:
target: auto
threshold: 75%
threshold: 90%
base: auto
patch:
default:
target: auto
threshold: 75%
threshold: 90%
base: auto

codecov:
require_ci_to_pass: false
require_ci_to_pass: true
disable_default_path_fixes: true
Loading