From 5827515d8e761e906b6663f90fd989285e45beda Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Fri, 22 Jul 2022 19:40:02 +0200 Subject: [PATCH] uses: codecov/codecov-action@v2 --- .github/workflows/pytest.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 636c8af..6c67a3e 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -41,7 +41,10 @@ jobs: make pytest - name: 'Upload coverage report' - run: bash <(curl -s https://codecov.io/bash) + uses: codecov/codecov-action@v2 + with: + fail_ci_if_error: false + verbose: true - name: 'Run linters' if: matrix.python-version == '3.8'