Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions gcovr.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ merge-mode-functions = separate
filter = src/lib_json/
filter = include/json/

# Exclude the build directory to avoid processing generated files
exclude-directories = build

# --- Noise Reduction ---
# Ignore branches that are generated by the compiler (e.g., exception handling)
# This drastically reduces "false positives" for missing branch coverage.
Expand Down
Loading