Skip to content

Commit 9aa63fd

Browse files
committed
Try and ignore pre-2.2
1 parent 309234c commit 9aa63fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.codecov.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
coverage:
22
ignore: #things we ignore
3-
# We are only building 2.0+
3+
# In travis we are only building the latest
44
- "src/main/pre-2.0/.*"
5+
- "src/main/pre-2.2/.*"
56
- "src/main/1.3-only/.*"
6-
- "src/main/pre-1.5/.*"
7+
- "src/main/pre-1.5/.*"
8+
- "src/test/.*"

0 commit comments

Comments
 (0)