Skip to content

Commit ee17d26

Browse files
committed
Wait for SYCL coverage upload
1 parent bcdc273 commit ee17d26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
- name: Upload coverage reports to Codecov
227227
uses: codecov/codecov-action@v4.0.1
228228
with:
229-
files: coverage.xml
229+
file: coverage.xml
230230
disable_search: true
231231
fail_ci_if_error: true
232232
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/sycl-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
- name: Upload SYCL coverage report to Codecov
223223
uses: codecov/codecov-action@v4.0.1
224224
with:
225-
files: sycl-coverage.xml
225+
file: sycl-coverage.xml
226226
disable_search: true
227227
flags: sycl
228228
fail_ci_if_error: true

0 commit comments

Comments
 (0)