We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1318e2f commit ceb3da4Copy full SHA for ceb3da4
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Run tests and collect coverage
18
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
19
- name: Upload coverage to Codecov
20
- uses: codecov/codecov-action@v5-beta
+ uses: codecov/codecov-action@fa4321df13e38c49e396a6af84d4deffc37f8520
21
with:
22
verbose: true
23
env:
0 commit comments