We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1543cfd commit f2e536eCopy full SHA for f2e536e
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/iterative/cookiecutter-dvc-plugin",
3
- "commit": "5e38c853e31b984b5903fc4ae40894867e56700d",
+ "commit": "fef394b15f2800a69b5ee11ddcc9e4c5339ae5f5",
4
"checkout": null,
5
"context": {
6
"cookiecutter": {
.github/workflows/tests.yaml
@@ -55,7 +55,7 @@ jobs:
55
run: pytest -v -n=auto --cov-report=xml --cov-report=term
56
57
- name: upload coverage report
58
- uses: codecov/codecov-action@v2.1.0
+ uses: codecov/codecov-action@v3
59
with:
60
file: ./coverage.xml
61
fail_ci_if_error: false
0 commit comments