Skip to content

Commit 4d46513

Browse files
author
Olivier Chédru
committed
Remove coveralls
1 parent c30d9cf commit 4d46513

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ jobs:
2424
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2525
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
2626
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
27-
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
2827
run: |
2928
if echo "${TAG}" | egrep '^[0-9]+\.[0-9]+\.[0-9]+(-[0-9]+)?$'
3029
then
3130
# the tag looks like a version number: proceed with release
3231
echo ${GPG_SECRET_KEY} | base64 --decode | gpg --import --no-tty --batch --yes
3332
echo ${GPG_OWNERTRUST} | base64 --decode | gpg --import-ownertrust --no-tty --batch --yes
3433
mvn -ntp versions:set -DnewVersion=${TAG}
35-
mvn -ntp -s .github/settings.xml -Prelease deploy jacoco:report coveralls:report -DrepoToken=${COVERALLS_TOKEN}
34+
mvn -ntp -s .github/settings.xml -Prelease deploy jacoco:report
3635
else
3736
# this is a regular build
3837
mvn -ntp install

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[![Build Status](https://github.com/dhatim/business-hours-java/workflows/build/badge.svg)](https://github.com/dhatim/business-hours-java/actions)
2-
[![Coverage Status](https://coveralls.io/repos/github/dhatim/business-hours-java/badge.svg?branch=master)](https://coveralls.io/github/dhatim/business-hours-java?branch=master)
32
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.dhatim/business-hours-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.dhatim/business-hours-java)
43
[![Javadocs](http://www.javadoc.io/badge/org.dhatim/business-hours-java.svg)](http://www.javadoc.io/doc/org.dhatim/business-hours-java)
54

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@
5959
</execution>
6060
</executions>
6161
</plugin>
62-
<plugin>
63-
<groupId>org.eluder.coveralls</groupId>
64-
<artifactId>coveralls-maven-plugin</artifactId>
65-
</plugin>
6662
<plugin>
6763
<groupId>org.apache.maven.plugins</groupId>
6864
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)