diff --git a/codecov.yml b/codecov.yml index 331ff78f..105159a1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1,20 @@ comment: false coverage: status: - patch: false - project: false + patch: + default: + target: 80% + threshold: 0% + base: auto + if_ci_failed: error + project: + default: + target: 80% + threshold: 0% + base: auto + if_ci_failed: success + only_pulls: false + branches: + - main fixes: - "/opt/NeMo-Run/::"