Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Build Status](https://travis-ci.org/nidi3/code-assert.svg?branch=master)](https://travis-ci.org/nidi3/code-assert)
[![codecov](https://codecov.io/gh/nidi3/code-assert/branch/master/graph/badge.svg)](https://codecov.io/gh/nidi3/code-assert)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![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)

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

Expand Down Expand Up @@ -82,6 +83,9 @@ public class DependencyTest {

### Test coverage

[![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)


To verify the test coverage of a project, [JaCoCo](http://eclemma.org/jacoco/trunk/index.html) can be used.
The following steps are needed:
* Add this to the `<build><plugins>` section of `pom.xml`:
Expand Down