We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c950d59 commit ffed829Copy full SHA for ffed829
.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@df81091b16c73cdf4fcef7e68ca9c33a301a6cda
+ uses: codecov/codecov-action@20e8f5f21ada27a8f9883561594e86d24f95a094
21
with:
22
verbose: true
23
env:
0 commit comments