➕ jacoco
This commit is contained in:
@@ -17,6 +17,9 @@
|
|||||||
<a target="_blank" href="https://apidoc.gitee.com/yadong.zhang/JustAuth/">
|
<a target="_blank" href="https://apidoc.gitee.com/yadong.zhang/JustAuth/">
|
||||||
<img src="https://img.shields.io/badge/Docs-1.9.5-orange.svg" ></img>
|
<img src="https://img.shields.io/badge/Docs-1.9.5-orange.svg" ></img>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://codecov.io/gh/zhangyd-c/JustAuth">
|
||||||
|
<img src="https://codecov.io/gh/zhangyd-c/JustAuth/branch/master/graph/badge.svg" />
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
|
|||||||
@@ -64,6 +64,7 @@
|
|||||||
<fastjson-version>1.2.58</fastjson-version>
|
<fastjson-version>1.2.58</fastjson-version>
|
||||||
<alipay-sdk-version>3.7.4.ALL</alipay-sdk-version>
|
<alipay-sdk-version>3.7.4.ALL</alipay-sdk-version>
|
||||||
<slf4j-version>1.7.25</slf4j-version>
|
<slf4j-version>1.7.25</slf4j-version>
|
||||||
|
<jacoco-version>0.8.2</jacoco-version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -190,6 +191,25 @@
|
|||||||
<check/>
|
<check/>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.jacoco</groupId>
|
||||||
|
<artifactId>jacoco-maven-plugin</artifactId>
|
||||||
|
<version>${jacoco-version}</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<goals>
|
||||||
|
<goal>prepare-agent</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<id>report</id>
|
||||||
|
<phase>test</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>report</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-gpg-plugin</artifactId>
|
<artifactId>maven-gpg-plugin</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user