From c3a9a56553e61c7d5a9a30f4651ffcee784a6b39 Mon Sep 17 00:00:00 2001 From: Joel Costigliola Date: Sun, 9 Jul 2017 17:27:10 +1200 Subject: [PATCH] Add codecov coverage badge --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1031965f85..a0852fa505 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # AssertJ - Fluent assertions for java -`master:` [![Build Status (master)](https://travis-ci.org/joel-costigliola/assertj-core.svg?branch=master)](https://travis-ci.org/joel-costigliola/assertj-core) `2.x:` [![Build Status (2.x)](https://travis-ci.org/joel-costigliola/assertj-core.svg?branch=2.x)](https://travis-ci.org/joel-costigliola/assertj-core/branches) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.assertj/assertj-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.assertj/assertj-core) +`master:` [![Build Status (master)](https://travis-ci.org/joel-costigliola/assertj-core.svg?branch=master)](https://travis-ci.org/joel-costigliola/assertj-core) +`2.x:` [![Build Status (2.x)](https://travis-ci.org/joel-costigliola/assertj-core.svg?branch=2.x)](https://travis-ci.org/joel-costigliola/assertj-core/branches) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.assertj/assertj-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.assertj/assertj-core) +[![Coverage Status](https://codecov.io/github/joel-costigliola/assertj-core/coverage.png?branch=master)](https://codecov.io/github/joel-costigliola/assertj-core?branch=master) AssertJ provides a rich and intuitive set of strongly-typed assertions to use for unit testing (either with JUnit or TestNG).