diff --git a/.cruft.json b/.cruft.json index f7cab97..1bec17b 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/iterative/cookiecutter-dvc-plugin", - "commit": "5e38c853e31b984b5903fc4ae40894867e56700d", + "commit": "fef394b15f2800a69b5ee11ddcc9e4c5339ae5f5", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9c6e88a..129af0e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -52,7 +52,7 @@ jobs: run: pytest -v -n=auto --cov-report=xml --cov-report=term - name: upload coverage report - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3 with: file: ./coverage.xml fail_ci_if_error: false