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 d3b2509 commit 3600d39Copy full SHA for 3600d39
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
TESTING: true
79
run: pytest --cov=. --cov-report=xml --cov-report=term-missing -v --cov-fail-under=30 tests/
80
- name: Upload coverage reports to Codecov
81
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
82
with:
83
token: ${{ secrets.CODECOV_TOKEN }}
84
0 commit comments