Skip to content

Commit 57b226e

Browse files
committed
Reduce coverage on untestable parts
1 parent 7bfa952 commit 57b226e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ on:
1313
- "!**/native/java*/**"
1414
- "!**/native/*_android.*"
1515
- "!**/native/*_apple.*"
16+
- "!**/native/*_curl.*"
1617
- "!**/native/*_emscripten.*"
1718
- "!**/native/*_ios.*"
1819
- "!**/native/*_mac.*"
20+
- "!**/native/*_sdl2.*"
1921
- "!**/native/*_wasm.*"
2022
- "!**/native/*_windows.*"
2123
branches:
@@ -32,9 +34,11 @@ on:
3234
- "!**/native/java*/**"
3335
- "!**/native/*_android.*"
3436
- "!**/native/*_apple.*"
37+
- "!**/native/*_curl.*"
3538
- "!**/native/*_emscripten.*"
3639
- "!**/native/*_ios.*"
3740
- "!**/native/*_mac.*"
41+
- "!**/native/*_sdl2.*"
3842
- "!**/native/*_wasm.*"
3943
- "!**/native/*_windows.*"
4044
branches:
@@ -93,6 +97,15 @@ jobs:
9397
"*/usr/*" \
9498
"*/opt/*" \
9599
"*/CMakeFiles/*" \
100+
"*/native/*_android.*" \
101+
"*/native/*_apple.*" \
102+
"*/native/*_curl.*" \
103+
"*/native/*_emscripten.*" \
104+
"*/native/*_ios.*" \
105+
"*/native/*_mac.*" \
106+
"*/native/*_sdl2.*" \
107+
"*/native/*_wasm.*" \
108+
"*/native/*_windows.*" \
96109
--output-file coverage/coverage_final.info --ignore-errors ${IGNORE_ERRORS}
97110
lcov --list coverage/coverage_final.info
98111
- name: Upload Coverage to Codecov

0 commit comments

Comments
 (0)