There was an error while loading. Please reload this page.
1 parent c1ccf54 commit 8f11defCopy full SHA for 8f11def
1 file changed
.github/workflows/test.yml
@@ -125,14 +125,18 @@ jobs:
125
run: bash ./scripts/coverage.sh
126
127
- name: Upload coverage
128
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
129
with:
130
token: ${{ secrets.CODECOV_TOKEN }}
131
- file: ./coverage/cobertura.xml
+ files: ./coverage/cobertura.xml
132
+ fail_ci_if_error: true
133
134
- name: Upload test results
135
if: ${{ !cancelled() }}
- uses: codecov/test-results-action@v1
136
137
138
- file: ./coverage/junit.xml
139
+ report_type: test_results
140
+ files: ./coverage/junit.xml
141
142
+
0 commit comments