diff --git a/.codecov.yml b/.codecov.yml index ff1b951cba..009acfb028 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -43,3 +43,6 @@ ignore: - "include/xrpl/telemetry/" - "src/libxrpl/beast/insight/OTelCollector.cpp" - "include/xrpl/beast/insight/OTelCollector.h" + # Per-module span-name constant headers (compile-time constants only, + # colocated with their subsystem rather than under telemetry/). + - "**/*SpanNames.h"