From aaddb4434602ec57c81fbe6f24dd74326645a66e Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Sun, 6 Jan 2019 19:04:53 -0800 Subject: [PATCH] Ensure code cov results are published even if CI does not pass --- .github/codecov.yml | 4 ++++ news/3 Code Health/3896.md | 1 + 2 files changed, 5 insertions(+) create mode 100644 news/3 Code Health/3896.md 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.