diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3cea636..70cfaa0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,4 @@ jobs: with: java-version: 1.8 - name: Build with Maven - env: - COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }} - run: mvn -DrepoToken=$COVERALLS_TOKEN clean package cobertura:cobertura coveralls:report + run: mvn clean package diff --git a/README.md b/README.md index 9540a60..a9e56d5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](http://opensource.org/licenses/MIT) -[![Coverage](https://coveralls.io/repos/j-easy/easy-rules/badge.svg?style=flat&branch=master&service=github)](https://coveralls.io/github/j-easy/easy-rules?branch=master) [![Build Status](https://github.com/j-easy/easy-rules/workflows/Java%20CI/badge.svg)](https://github.com/j-easy/easy-rules/actions) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jeasy/easy-rules-core/badge.svg?style=flat)](http://search.maven.org/#artifactdetails|org.jeasy|easy-rules-core|4.0.0|) [![Javadoc](https://www.javadoc.io/badge/org.jeasy/easy-rules-core.svg)](http://www.javadoc.io/doc/org.jeasy/easy-rules-core) diff --git a/easy-rules-core/pom.xml b/easy-rules-core/pom.xml index 1bb8395..ad93a3b 100644 --- a/easy-rules-core/pom.xml +++ b/easy-rules-core/pom.xml @@ -78,15 +78,6 @@ - - org.codehaus.mojo - cobertura-maven-plugin - ${maven-cobertura-plugin.version} - - xml - 256m - - com.mycila license-maven-plugin diff --git a/pom.xml b/pom.xml index e705929..f1dad4f 100644 --- a/pom.xml +++ b/pom.xml @@ -36,8 +36,6 @@ 1.19.0 1.7.30 2.11.0 - 2.7 - 4.3.0 2.5.3 3.8.1 2.22.2 @@ -148,11 +146,6 @@ - - org.eluder.coveralls - coveralls-maven-plugin - ${maven-coveralls-plugin.version} - org.apache.maven.plugins maven-surefire-plugin