diff --git a/.codecov.yml b/.codecov.yml index 303632a7f1..84722f5810 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -41,3 +41,6 @@ ignore: - "src/xrpld/telemetry/" - "src/libxrpl/telemetry/" - "include/xrpl/telemetry/" + # Per-module span-name constant headers (compile-time constants only, + # colocated with their subsystem rather than under telemetry/). + - "**/*SpanNames.h"