File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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 :
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
You can’t perform that action at this time.
0 commit comments