We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed605d commit a706880Copy full SHA for a706880
tools/make/lib/test-cov/c8.mk
@@ -48,6 +48,7 @@ C8_EXCLUDES_FLAGS = \
48
-x "**/$(BENCHMARKS_FOLDER)/**" \
49
-x "**/$(CONFIG_FOLDER)/**" \
50
-x "**/$(DOCUMENTATION_FOLDER)/**"
51
+ -x 'custom_folder/**'
52
53
# Define command-line options when generating coverage data:
54
C8_FLAGS = \
@@ -56,6 +57,7 @@ C8_FLAGS = \
56
57
--temp-directory $(COVERAGE_DIR)/tmp \
58
--report-dir $(COVERAGE_DIR) \
59
--reporter lcov
60
+ --100
61
62
63
# RULES #
0 commit comments