diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4501579..532ed12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,6 @@ jobs: pytest --cov=./ --cov-report=xml --cov-config=./.coveragerc - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: fail_ci_if_error: true -