diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ee7dda..d051cbb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: pytest --cov=spatialtis/ --cov-report=xml tests/ - name: Codecov - uses: codecov/codecov-action@v3.0.0 + uses: codecov/codecov-action@v3.1.0 with: # User defined upload name. Visible in Codecov UI name: spatialtis-cov