We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1b7834 + 640b411 commit c10c400Copy full SHA for c10c400
1 file changed
.github/workflows/python-app.yml
@@ -46,6 +46,5 @@ jobs:
46
with:
47
token: ${{ secrets.CODECOV_TOKEN }}
48
file: ./coverage.xml
49
- name: codecov-umbrella # Optional: can be removed if not specifically needed
50
- fail_ci_if_error: true
51
-```
+ name: codecov-umbrella
+ fail_ci_if_error: true
0 commit comments