Skip to content

Commit 0d2975a

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ C8_EXCLUDES_FLAGS = \
4747
-x "**/$(EXAMPLES_FOLDER)/**" \
4848
-x "**/$(BENCHMARKS_FOLDER)/**" \
4949
-x "**/$(CONFIG_FOLDER)/**" \
50-
-x "**/$(DOCUMENTATION_FOLDER)/**"
50+
-x "**/$(DOCUMENTATION_FOLDER)/**" \
5151
-x 'custom_folder/**'
5252

5353
# Define command-line options when generating coverage data:
@@ -56,7 +56,7 @@ C8_FLAGS = \
5656
--clean=false \
5757
--temp-directory $(COVERAGE_DIR)/tmp \
5858
--report-dir $(COVERAGE_DIR) \
59-
--reporter lcov
59+
--reporter lcov \
6060
--100
6161

6262

0 commit comments

Comments
 (0)