File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 53
53
-D BUILD_LIBMAMBAPY=OFF \
54
54
-D ENABLE_MAMBA_ROOT_PREFIX_FALLBACK=OFF \
55
55
-D CMAKE_BUILD_TYPE=Debug \
56
- -D CMAKE_CXX_FLAGS_DEBUG="-g -O0 --coverage" \
57
- -D CMAKE_C_FLAGS_DEBUG="-g -O0 --coverage"
56
+ -D CMAKE_CXX_FLAGS_DEBUG="-g -O0 -fno-omit-frame-pointer - -coverage" \
57
+ -D CMAKE_C_FLAGS_DEBUG="-g -O0 -fno-omit-frame-pointer - -coverage"
58
58
cmake --build build/ --parallel
59
59
- name : Show build cache statistics
60
60
run : sccache --show-stats
71
71
run : |
72
72
lcov --directory . --capture --output-file coverage.info
73
73
lcov --remove coverage.info '/usr/*' '*/tests/*' '*/build/*' --output-file coverage.info
74
+ lcov --summary coverage.info --ignore-errors mismatch
74
75
- name : Upload coverage to Codecov
75
76
uses : codecov/codecov-action@v4
76
77
with :
You can’t perform that action at this time.
0 commit comments