From fda15aca6d7266a9ed37ff5cd902b7788d9d6d14 Mon Sep 17 00:00:00 2001 From: James Davies Date: Sat, 22 May 2021 14:10:25 -0400 Subject: [PATCH] Fail CI if codecov upload fails --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d55def7c69..f6b2cc7804 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,3 +106,4 @@ jobs: with: file: ./coverage.xml flags: unit + fail_ci_if_error: true