From 7635a6e91623309f2ed891db2a1a73e9d513e7f0 Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Mon, 9 Dec 2019 10:02:26 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ca8a668a..e16326bdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,3 +27,4 @@ jobs: uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: true