Skip to content

Commit ecc97d3

Browse files
authored
🐛 fix codecov ci
1 parent 9669cb6 commit ecc97d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
run: poetry run pytest --cov-report xml
1919

2020
- name: Upload coverage report
21-
uses: codecov/codecov-action@v2
21+
uses: codecov/codecov-action@v5
2222
with:
2323
files: ./coverage.xml
2424
flags: unittests
25+
fail_ci_if_error: true
2526
env:
2627
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)