Skip to content

Commit bd16878

Browse files
authored
Code coverage: ignore experimental and visualization (#2361)
1 parent 6fcd5b0 commit bd16878

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codecov.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ coverage:
66
threshold: 1%
77

88
ignore:
9-
- "**experimental/"
109
- "benchmarks/**"
10+
- "mesa/experimental/**"
11+
- "mesa/visualization/**"
1112

1213
comment: off

0 commit comments

Comments
 (0)