update coverall repo token
This commit is contained in:
parent
c1c7838989
commit
60f60693c2
|
|
@ -6,7 +6,7 @@ Apache SkyWalking | [中文](README_ZH.md)
|
|||
**SkyWalking**: APM for Distributed Systems, also known Distributed Tracing System.
|
||||
|
||||
[](https://travis-ci.org/apache/incubator-skywalking)
|
||||
[](https://coveralls.io/github/OpenSkywalking/skywalking?branch=master)
|
||||
[](https://coveralls.io/github/apache/incubator-skywalking?branch=master)
|
||||
[](https://gitter.im/openskywalking/Lobby)
|
||||
[](http://opentracing.io)
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Apache SkyWalking | [English](README.md)
|
|||
**SkyWalking**: 针对分布式系统的APM系统,也被称为分布式追踪系统
|
||||
|
||||
[](https://travis-ci.org/apache/incubator-skywalking)
|
||||
[](https://coveralls.io/github/OpenSkywalking/skywalking?branch=master)
|
||||
[](https://coveralls.io/github/apache/incubator-skywalking?branch=master)
|
||||
[](https://gitter.im/openskywalking/Lobby)
|
||||
[](http://opentracing.io)
|
||||
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -270,7 +270,7 @@
|
|||
<artifactId>coveralls-maven-plugin</artifactId>
|
||||
<version>4.1.0</version>
|
||||
<configuration>
|
||||
<repoToken>lSwNTzlZBFIz3fmFntWGtc6BUwgU7dlms</repoToken>
|
||||
<repoToken>xFwR2GqmxcMxV7tGEpW2NfwIrbCD4cQCS</repoToken>
|
||||
<sourceDirectories>
|
||||
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
|
||||
</sourceDirectories>
|
||||
|
|
|
|||
Loading…
Reference in New Issue