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