Skip to content

Commit 2b3cc5a

Browse files
authored
Remove build directory exclusion from gcovr config (#1640)
Remove exclusion of the build directory from coverage.
1 parent e799ca0 commit 2b3cc5a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

gcovr.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ merge-mode-functions = separate
99
filter = src/lib_json/
1010
filter = include/json/
1111

12-
# Exclude the build directory to avoid processing generated files
13-
exclude-directories = build
14-
1512
# --- Noise Reduction ---
1613
# Ignore branches that are generated by the compiler (e.g., exception handling)
1714
# This drastically reduces "false positives" for missing branch coverage.

0 commit comments

Comments
 (0)