From 69c73a9c05bbce724f3df14847d2607d4c166978 Mon Sep 17 00:00:00 2001 From: Andrew Riha Date: Fri, 2 Dec 2022 22:19:55 -0800 Subject: [PATCH] Update Codecov action settings --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90726fe..c095bb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,6 +112,4 @@ jobs: pytest --cov=lineage tests - name: Upload coverage to Codecov (Ubuntu & macOS) if: ${{ matrix.os != 'windows-latest' }} - uses: codecov/codecov-action@v1 - with: - fail_ci_if_error: true + uses: codecov/codecov-action@v3