diff --git a/codecov.yml b/codecov.yml index 8a7e33b11..0ed22dfae 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,14 +1,18 @@ codecov: require_ci_to_pass: true + +coverage: status: project: default: + # the required coverage value target: 0% - threshold: 0% + # the leniency in hitting the target + threshold: 100% + # completely disable coverage warnings and the status check for changes + patch: off ignore: - "**/*.g.dart" - "example" - - "benchmark" - -comment: false \ No newline at end of file + - "benchmark" \ No newline at end of file