File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 8989 - name : Generate C++ coverage report
9090 run : |
9191 lcov --directory . --capture --output-file cpp_coverage.info
92- lcov --remove cpp_coverage.info '/usr/*' '*/tests/*' '*/build/*' --output-file cpp_coverage.info --ignore-errors unused
92+ lcov --remove cpp_coverage.info '/usr/*' '*/tests/*' '*/build/*' 'libmamba/tests/*' --output-file cpp_coverage.info --ignore-errors unused
9393 lcov --summary cpp_coverage.info --ignore-errors mismatch --rc geninfo_unexecuted_blocks=1
9494
9595 # TODO: Those steps need adaptations so that the coverage reports from the C++ and the python test suites are consolidated.
Original file line number Diff line number Diff line change 11github_checks :
22 annotations : false
3+
4+ ignore :
5+ - " libmamba/tests"
You can’t perform that action at this time.
0 commit comments