Skip to content

Commit a706880

Browse files
committed
[fix]: resolve editorconfig lint errors
1 parent aed605d commit a706880

File tree

1 file changed

+2
-0
lines changed
  • tools/make/lib/test-cov

1 file changed

+2
-0
lines changed

tools/make/lib/test-cov/c8.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ C8_EXCLUDES_FLAGS = \
4848
-x "**/$(BENCHMARKS_FOLDER)/**" \
4949
-x "**/$(CONFIG_FOLDER)/**" \
5050
-x "**/$(DOCUMENTATION_FOLDER)/**"
51+
-x 'custom_folder/**'
5152

5253
# Define command-line options when generating coverage data:
5354
C8_FLAGS = \
@@ -56,6 +57,7 @@ C8_FLAGS = \
5657
--temp-directory $(COVERAGE_DIR)/tmp \
5758
--report-dir $(COVERAGE_DIR) \
5859
--reporter lcov
60+
--100
5961

6062

6163
# RULES #

0 commit comments

Comments
 (0)