diff --git a/.github/codecov.yml b/.github/codecov.yml index f16d332d04b0..181c5edadeb0 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,3 +1,7 @@ +codecov: + notify: + require_ci_to_pass: no + coverage: precision: 0 round: up diff --git a/news/3 Code Health/3896.md b/news/3 Code Health/3896.md new file mode 100644 index 000000000000..e416235e83a4 --- /dev/null +++ b/news/3 Code Health/3896.md @@ -0,0 +1 @@ +Ensure Code Coverage reports are published as and when they become available without having to wait for CI to pass completely.