We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8dc627 commit 4c3ebd3Copy full SHA for 4c3ebd3
scripts/coverage-ci.sh
@@ -28,7 +28,7 @@ mkdir -p "$COVERAGE_DIR"
28
lcov --capture --directory "$BUILD_DIR" \
29
--output-file "$COVERAGE_DIR/coverage.info" \
30
--ignore-errors inconsistent,format \
31
- --quiet 2>/dev/null
+ --quiet
32
33
# Remove system and test files from coverage
34
lcov --remove "$COVERAGE_DIR/coverage.info" \
@@ -39,7 +39,7 @@ lcov --remove "$COVERAGE_DIR/coverage.info" \
39
'*/src/main.cpp' \
40
41
--ignore-errors unused \
42
43
44
# Show summary
45
echo ""
0 commit comments