Skip to content

Commit b1fc43c

Browse files
committed
ci: exclude Reflection.hpp from coverage
Reason: See the new code comment in codecov.yml.
1 parent d4a64ef commit b1fc43c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

codecov.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,9 @@ coverage:
5959
patch:
6060
default:
6161
target: 90%
62+
63+
ignore:
64+
# This file contains a bunch of Boost.Describe macro invocations
65+
# which are not executable code and produce false positives in
66+
# coverage reports.
67+
- "src/lib/Support/Reflection/Reflection.hpp"

0 commit comments

Comments
 (0)