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 2dbe834 commit 5ac924fCopy full SHA for 5ac924f
.github/workflows/api.yml
@@ -16,6 +16,6 @@ jobs:
16
- name: Run tests and collect coverage
17
run: pytest --cov=app --cov-report=xml
18
- name: Upload coverage reports to Codecov with GitHub Action
19
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
20
env:
21
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments