|
|
|
|
@ -59,7 +59,7 @@ check() {
|
|
|
|
|
# Keep in sync with package/ci/circleci.yml, please |
|
|
|
|
# TODO figure out a way to avoid adding --ignore-errors mismatch etc |
|
|
|
|
lcov --ignore-errors mismatch,inconsistent --directory . --capture --output-file coverage.info |
|
|
|
|
lcov --extract coverage.info "*/src/python/*" "*/src/Corrade/*" "*/src/Magnum/*" --output-file coverage.info |
|
|
|
|
lcov --ignore-errors inconsistent --extract coverage.info "*/src/python/*" "*/src/Corrade/*" "*/src/Magnum/*" --output-file coverage.info |
|
|
|
|
genhtml --no-function-coverage --missed --output-directory ./coverage coverage.info |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|