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'