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 47a5256 commit 8de4125Copy full SHA for 8de4125
.github/workflows/codecov.yaml
@@ -18,6 +18,6 @@ jobs:
18
- name: Run tests and collect coverage
19
run: python3 -m pytest --cov=src --cov-report=xml
20
- name: Upload coverage reports to Codecov with GitHub Action
21
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
22
env:
23
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments