We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0638b commit cf53471Copy full SHA for cf53471
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Run tests and collect coverage
23
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
24
- name: Upload coverage to Codecov
25
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v1
26
with:
27
flags: smart-tests
28
verbose: true
0 commit comments