File tree 4 files changed +42
-22
lines changed
4 files changed +42
-22
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
language : java
15
15
jdk :
16
- - oraclejdk7
17
- - oraclejdk8
16
+ - oraclejdk7
17
+ - oraclejdk8
18
18
script : mvn verify
19
19
after_success :
20
- - mvn clean cobertura:cobertura coveralls:report
20
+ - bash <(curl -s https://codecov.io/bash)
21
21
branches :
22
22
only :
23
23
- master
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build
4
4
Status] ( https://travis-ci.org/GoogleCloudPlatform/java-repo-tools.svg?branch=master )] ( https://travis-ci.org/GoogleCloudPlatform/java-repo-tools )
5
+ [ ![ Coverage
6
+ Status] ( https://codecov.io/gh/GoogleCloudPlatform/java-repo-tools/branch/master/graph/badge.svg )] ( https://codecov.io/gh/GoogleCloudPlatform/java-repo-tools )
5
7
6
8
This is a collection of common tools used to maintain and test Java repositories
7
9
in the [ GoogleCloudPlaftorm] ( https://github.com/GoogleCloudPlatform )
Original file line number Diff line number Diff line change
1
+ # Copyright 2016 Google Inc. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+ codecov :
15
+ branch : master
16
+ comment :
17
+ branches :
18
+ - master
Original file line number Diff line number Diff line change @@ -75,25 +75,25 @@ limitations under the License.
75
75
<execution ><goals ><goal >check</goal ></goals ></execution >
76
76
</executions >
77
77
</plugin >
78
- <plugin >
79
- <groupId >org.jacoco</groupId >
80
- <artifactId >jacoco-maven-plugin</artifactId >
81
- <version >0.7.6.201602180812</version >
82
- <executions >
83
- <execution >
84
- <goals >
85
- <goal >prepare-agent</goal >
86
- </goals >
87
- </execution >
88
- <execution >
89
- <id >report</id >
90
- <phase >test</phase >
91
- <goals >
92
- <goal >report</goal >
93
- </goals >
94
- </execution >
95
- </executions >
96
- </plugin >
78
+ <plugin >
79
+ <groupId >org.jacoco</groupId >
80
+ <artifactId >jacoco-maven-plugin</artifactId >
81
+ <version >0.7.6.201602180812</version >
82
+ <executions >
83
+ <execution >
84
+ <goals >
85
+ <goal >prepare-agent</goal >
86
+ </goals >
87
+ </execution >
88
+ <execution >
89
+ <id >report</id >
90
+ <phase >test</phase >
91
+ <goals >
92
+ <goal >report</goal >
93
+ </goals >
94
+ </execution >
95
+ </executions >
96
+ </plugin >
97
97
</plugins >
98
98
</build >
99
99
</project >
You can’t perform that action at this time.
0 commit comments