From aef54aa33859af7d0e47885743f6bf9e1af5bb24 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Fri, 8 Jul 2022 10:18:55 -0700 Subject: [PATCH] Require code coverage to upload on all supported platforms (#63) Underlying bug at Cocdecov (https://github.com/codecov/codecov-action/issues/745) appears to have been fixed. --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dfda6a..c33bd65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,10 +41,7 @@ jobs: - name: Upload code coverage results uses: codecov/codecov-action@v3 with: - fail_ci_if_error: ${{ matrix.os != 'macos-latest' }} - # Disregard build errors on Mac until - # https://github.com/codecov/codecov-action/issues/745 - # is fixed. + fail_ci_if_error: true verbose: true tests-msrv: