Skip to content

Commit b95d518

Browse files
committed
Keep regular coverage upload complete
1 parent ee17d26 commit b95d518

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ jobs:
226226
- name: Upload coverage reports to Codecov
227227
uses: codecov/codecov-action@v4.0.1
228228
with:
229-
file: coverage.xml
230-
disable_search: true
231229
fail_ci_if_error: true
232230
token: ${{ secrets.CODECOV_TOKEN }}
233231
slug: embedded-dev-research/ITLabAI

.github/workflows/sycl-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ jobs:
212212
gcovr -r . --xml -o sycl-coverage.xml \
213213
--gcov-executable "llvm-cov-18 gcov" \
214214
--gcov-ignore-parse-errors \
215-
--exclude-throw-branches \
216-
--exclude-unreachable-branches \
215+
--exclude-branches-by-pattern ".*" \
217216
--filter "include/.*" \
218217
--filter "src/.*" \
219218
--filter "app/.*" \

0 commit comments

Comments
 (0)