Skip to content

Commit 818ce5a

Browse files
committed
Exclude thirdpart/jsoncpp from Codecov scanning
1 parent b738460 commit 818ce5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ coverage:
99
ignore:
1010
- "/src/examples"
1111
- "/src/Qt/demo"
12-
- "/thirdparty"
12+
- "/thirdparty/jsoncpp/*.cpp"
13+
- "/thirdparty/jsoncpp/json/*.h"
1314
- "/doc"
1415
- "/cmake"
1516
- "/*.md"

0 commit comments

Comments
 (0)