diff --git a/README.md b/README.md index 0ec18459..5705b11e 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ ## ![BANNER](https://github.com/alibaba/jvm-sandbox/wiki/img/BANNER.png) +[![Build Status](https://travis-ci.org/alibaba/jvm-sandbox.svg?branch=develop-for-20181027)](https://travis-ci.org/alibaba/jvm-sandbox) +[![codecov](https://codecov.io/gh/alibaba/jvm-sandbox/branch/develop-for-20181027/graph/badge.svg)](https://codecov.io/gh/alibaba/jvm-sandbox) +![license](https://img.shields.io/github/license/alibaba/arthas.svg) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/alibaba/jvm-sandbox.svg)](http://isitmaintained.com/project/alibaba/jvm-sandbox "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/alibaba/jvm-sandbox.svg)](http://isitmaintained.com/project/alibaba/jvm-sandbox "Percentage of issues still open") diff --git a/pom.xml b/pom.xml index 912d4ddd..bbaddbe5 100644 --- a/pom.xml +++ b/pom.xml @@ -94,20 +94,6 @@ - - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - html - xml - - - - - diff --git a/sandbox-qatest/pom.xml b/sandbox-qatest/pom.xml index a4cb5a8d..8501d40d 100644 --- a/sandbox-qatest/pom.xml +++ b/sandbox-qatest/pom.xml @@ -22,6 +22,18 @@ -Xbootclasspath/p:./lib/sandbox-spy-1.1.0-for-qatest.jar + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + html + xml + + + +