We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e542dc9 commit 529f385Copy full SHA for 529f385
.github/workflows/test-package.yml
@@ -47,7 +47,7 @@ jobs:
47
pytest tests --cov=codicefiscale --cov-report=term-missing --cov-fail-under=90
48
49
- name: Upload coverage to Codecov
50
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
51
with:
52
token: ${{ secrets.CODECOV_TOKEN }}
53
fail_ci_if_error: false
.github/workflows/update-data.yml
@@ -34,7 +34,7 @@ jobs:
34
pre-commit run --files src/codicefiscale/data/countries.json src/codicefiscale/data/municipalities.json
35
36
- name: Commit data
37
- uses: test-room-7/action-update-file@v1
+ uses: test-room-7/action-update-file@v2
38
39
file-path: |
40
src/codicefiscale/data/countries.json
0 commit comments