This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch enable_coveralls in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit 1bdf9c93c8772f62624f9d7f15ebf92208f7d86d Author: xiangdong huang <[email protected]> AuthorDate: Sat Dec 21 14:51:52 2019 +0800 try coveralls without token --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 6125540..98b7f0d 100644 --- a/pom.xml +++ b/pom.xml @@ -980,6 +980,11 @@ <id>code-coverage</id> <build> <plugins> + <plugin> + <groupId>org.eluder.coveralls</groupId> + <artifactId>coveralls-maven-plugin</artifactId> + <version>4.3.0</version> + </plugin> <!-- Jacoco is a code coverage analysis plugin when tests run. (not a static code analysis tool)--> <plugin>
