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 82f4d04 commit a04245cCopy full SHA for a04245c
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: "🧪 Test Python code"
69
run: pytest --cov=./ --cov-report=xml --capture=no archive_query_log/
70
- name: "📤 Upload coverage to Codecov"
71
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
72
with:
73
token: ${{ secrets.CODECOV_TOKEN }}
74
release:
0 commit comments