We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdc273 commit ee17d26Copy full SHA for ee17d26
2 files changed
.github/workflows/ci.yml
@@ -226,7 +226,7 @@ jobs:
226
- name: Upload coverage reports to Codecov
227
uses: codecov/codecov-action@v4.0.1
228
with:
229
- files: coverage.xml
+ file: coverage.xml
230
disable_search: true
231
fail_ci_if_error: true
232
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/sycl-ci.yml
@@ -222,7 +222,7 @@ jobs:
222
- name: Upload SYCL coverage report to Codecov
223
224
225
- files: sycl-coverage.xml
+ file: sycl-coverage.xml
flags: sycl
0 commit comments