File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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
78Assert 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+
8589To verify the test coverage of a project, [ JaCoCo] ( http://eclemma.org/jacoco/trunk/index.html ) can be used.
8690The following steps are needed:
8791* Add this to the ` <build><plugins> ` section of ` pom.xml ` :
You can’t perform that action at this time.
0 commit comments