Skip to content

Commit 8db5d1f

Browse files
authored
Merge pull request #35 from seanf/patch-1
Add Maven Central badges
2 parents 5e98942 + c27c3aa commit 8db5d1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Build Status](https://travis-ci.org/nidi3/code-assert.svg?branch=master)](https://travis-ci.org/nidi3/code-assert)
44
[![codecov](https://codecov.io/gh/nidi3/code-assert/branch/master/graph/badge.svg)](https://codecov.io/gh/nidi3/code-assert)
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
6+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/guru.nidi/code-assert/badge.svg)](https://maven-badges.herokuapp.com/maven-central/guru.nidi/code-assert)
67

78
Assert that the source code of a project satisfies certain rules.
89

@@ -82,6 +83,9 @@ public class DependencyTest {
8283

8384
### Test coverage
8485

86+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/guru.nidi/code-assert-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/guru.nidi/code-assert-maven-plugin)
87+
88+
8589
To verify the test coverage of a project, [JaCoCo](http://eclemma.org/jacoco/trunk/index.html) can be used.
8690
The following steps are needed:
8791
* Add this to the `<build><plugins>` section of `pom.xml`:

0 commit comments

Comments
 (0)