Skip to content

Commit

Permalink
Fix coveralls upload on Travis, use SVG badge.
Browse files Browse the repository at this point in the history
Coverage upload failed because of:
trautonen/coveralls-maven-plugin#127
  • Loading branch information
wetneb committed Aug 2, 2019
1 parent 105676f commit 6d95c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Wikidata Toolkit
================

[![Build Status](https://travis-ci.org/Wikidata/Wikidata-Toolkit.png?branch=master)](https://travis-ci.org/Wikidata/Wikidata-Toolkit)
[![Coverage Status](https://coveralls.io/repos/Wikidata/Wikidata-Toolkit/badge.png?branch=master)](https://coveralls.io/r/Wikidata/Wikidata-Toolkit?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/Wikidata/Wikidata-Toolkit/badge.svg?branch=master)](https://coveralls.io/github/Wikidata/Wikidata-Toolkit?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.wikidata.wdtk/wdtk-parent/badge.svg)](http://search.maven.org/#search|ga|1|g%3A%22org.wikidata.wdtk%22)
[![Project Stats](https://www.openhub.net/p/Wikidata-Toolkit/widgets/project_thin_badge.gif)](https://www.openhub.net/p/Wikidata-Toolkit)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<!-- Create code coverage reports and submit them to coveralls.io. -->
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<version>2.1.0</version>
</plugin>
<plugin>
<!-- Plugin for actually computing code coverage. -->
Expand Down

0 comments on commit 6d95c59

Please sign in to comment.