Skip to content

Commit a3f0872

Browse files
committed
Try and ignore test and program folders in codecov upload
1 parent 04fe4a9 commit a3f0872

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

codecov.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,16 @@ coverage:
88
patch:
99
default:
1010
informational: true
11+
12+
ignore:
13+
- "**/test/"
14+
- "**/3rdparty/"
15+
- "**/demo/"
16+
- "**/example/"
17+
- "**/apps/"
18+
- "**/samples/"
19+
- "**/tutorial/"
20+
- "**/modules/gui"
21+
- "**/modules/io/src/parallel-port"
22+
- "**/modules/robot"
23+
- "**/modules/sensor"

0 commit comments

Comments
 (0)