diff --git a/.github/codecov.yml b/.github/codecov.yml deleted file mode 100644 index e9b99c8214..0000000000 --- a/.github/codecov.yml +++ /dev/null @@ -1,15 +0,0 @@ -coverage: - status: - project: - default: - target: 100 - threshold: 0.1 - patch: - default: - target: 100 -comment: - layout: "diff, files" - behavior: default - require_changes: true # if true: only post the comment if coverage changes - branches: # branch names that can post comment - - "main" diff --git a/codecov.yml b/codecov.yml index 9ab6e0fc1b..3e30f82a31 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,12 +3,19 @@ coverage: patch: default: target: auto - after_n_builds: 10 # Wait for all 10 reports before updating the status project: default: target: auto threshold: 0.1 - after_n_builds: 2 # Wait for all 10 reports before updating the status -comment: false +codecov: + notify: + after_n_builds: 10 # Wait for all 10 reports before updating the status + wait_for_ci: yes +comment: + layout: "diff, files" + behavior: default + require_changes: true # if true: only post the comment if coverage changes + branches: # branch names that can post comment + - "main" github_checks: - annotations: false + annotations: false