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 a706880 commit 0d2975aCopy full SHA for 0d2975a
tools/make/lib/test-cov/c8.mk
@@ -47,7 +47,7 @@ C8_EXCLUDES_FLAGS = \
47
-x "**/$(EXAMPLES_FOLDER)/**" \
48
-x "**/$(BENCHMARKS_FOLDER)/**" \
49
-x "**/$(CONFIG_FOLDER)/**" \
50
- -x "**/$(DOCUMENTATION_FOLDER)/**"
+ -x "**/$(DOCUMENTATION_FOLDER)/**" \
51
-x 'custom_folder/**'
52
53
# Define command-line options when generating coverage data:
@@ -56,7 +56,7 @@ C8_FLAGS = \
56
--clean=false \
57
--temp-directory $(COVERAGE_DIR)/tmp \
58
--report-dir $(COVERAGE_DIR) \
59
- --reporter lcov
+ --reporter lcov \
60
--100
61
62
0 commit comments