File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ China Mobile Number SDK for Java
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/xu42/china-mobile-number-java-sdk.png?branch=master )] ( https://travis-ci.org/xu42/china-mobile-number-java-sdk )
5
5
[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.github.xu42/china-mobile-number/badge.svg?style=flat )] ( https://maven-badges.herokuapp.com/maven-central/com.github.xu42/china-mobile-number )
6
- [ ![ Code Coverage] ( https://codecov.io/github/xu42/china-mobile-number-java-sdk/coverage .svg )] ( https://codecov.io/gh/xu42/china-mobile-number-java-sdk )
6
+ [ ![ Code Coverage] ( https://codecov.io/github/xu42/china-mobile-number-java-sdk/branch/master/graph/badge .svg )] ( https://codecov.io/gh/xu42/china-mobile-number-java-sdk )
7
7
8
8
Getting Started
9
9
---------------
Original file line number Diff line number Diff line change 111
111
<autoReleaseAfterClose >false</autoReleaseAfterClose >
112
112
</configuration >
113
113
</plugin >
114
+ <plugin >
115
+ <groupId >org.jacoco</groupId >
116
+ <artifactId >jacoco-maven-plugin</artifactId >
117
+ <version >0.8.5</version >
118
+ <executions >
119
+ <execution >
120
+ <goals >
121
+ <goal >prepare-agent</goal >
122
+ </goals >
123
+ </execution >
124
+ <execution >
125
+ <id >report</id >
126
+ <phase >test</phase >
127
+ <goals >
128
+ <goal >report</goal >
129
+ </goals >
130
+ </execution >
131
+ </executions >
132
+ </plugin >
114
133
</plugins >
115
134
</build >
116
135
You can’t perform that action at this time.
0 commit comments