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 66810fd commit 2dbe834Copy full SHA for 2dbe834
.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@0565863a31f2c772f9f0395002a31e3f06189574 # v5
20
env:
21
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments