Skip to content

Commit c54e6a2

Browse files
fix: it shoudl work now
1 parent 4c62b86 commit c54e6a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Run tests and collect coverage
1818
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
1919
- name: Upload coverage to Codecov
20-
# uses: codecov/codecov-action@7ff8c66a50230f45e5ce25141ac0169d09344819
21-
uses: codecov/codecov-action@v5
20+
uses: codecov/codecov-action@7ff8c66a50230f45e5ce25141ac0169d09344819
21+
# uses: codecov/codecov-action@v5
2222
with:
23+
fail_ci_if_error: true
2324
verbose: true

0 commit comments

Comments
 (0)