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 ee17d26 commit b95d518Copy full SHA for b95d518
2 files changed
.github/workflows/ci.yml
@@ -226,8 +226,6 @@ jobs:
226
- name: Upload coverage reports to Codecov
227
uses: codecov/codecov-action@v4.0.1
228
with:
229
- file: coverage.xml
230
- disable_search: true
231
fail_ci_if_error: true
232
token: ${{ secrets.CODECOV_TOKEN }}
233
slug: embedded-dev-research/ITLabAI
.github/workflows/sycl-ci.yml
@@ -212,8 +212,7 @@ jobs:
212
gcovr -r . --xml -o sycl-coverage.xml \
213
--gcov-executable "llvm-cov-18 gcov" \
214
--gcov-ignore-parse-errors \
215
- --exclude-throw-branches \
216
- --exclude-unreachable-branches \
+ --exclude-branches-by-pattern ".*" \
217
--filter "include/.*" \
218
--filter "src/.*" \
219
--filter "app/.*" \
0 commit comments