We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff093d4 + 3a93e19 commit c569a65Copy full SHA for c569a65
1 file changed
.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-beta
+ uses: codecov/codecov-action@v4
26
with:
27
flags: smart-tests
28
verbose: true
0 commit comments