diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index b3180ac8..b8bb5238 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -27,7 +27,7 @@ jobs: coverage run --rcfile=.coveragerc -m pytest coverage xml - name: Publish Coverage - uses: codecov/codecov-action@v1.0.14 + uses: codecov/codecov-action@v1.5.2 with: flags: unit fail_ci_if_error: true \ No newline at end of file