File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
os : osx
2
2
language : java
3
+ sudo : false # faster builds
4
+
3
5
before_install :
4
6
- brew update
5
7
- brew install geckodriver
6
8
- brew cask install firefox
9
+
10
+ script : " mvn cobertura:cobertura"
11
+
7
12
after_success :
8
- - bash <(curl -s https://codecov.io/bash)
9
- - mvn clean cobertura:cobertura coveralls:report
13
+ - mvn cobertura:cobertura coveralls:report
14
+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 1
1
codecov :
2
- branch : master
3
- bot : null
2
+ notify :
3
+ require_ci_to_pass : yes
4
4
5
5
coverage :
6
6
precision : 2
Original file line number Diff line number Diff line change 35
35
<groupId >org.eluder.coveralls</groupId >
36
36
<artifactId >coveralls-maven-plugin</artifactId >
37
37
<version >4.3.0</version >
38
+ <configuration >
39
+ <sourceEncoding >UTF8</sourceEncoding >
40
+ </configuration >
38
41
</plugin >
39
42
<plugin >
40
43
<groupId >org.codehaus.mojo</groupId >
46
49
<format >xml</format >
47
50
</formats >
48
51
<check />
52
+ <maxmem >256m</maxmem >
49
53
</configuration >
50
54
</plugin >
51
55
</plugins >
You can’t perform that action at this time.
0 commit comments