From 89b470737d36fa6d9d6cec0664d695ee512d6112 Mon Sep 17 00:00:00 2001 From: Jarkko Piiroinen <183207+jmp@users.noreply.github.com> Date: Sun, 31 Jan 2021 12:52:28 +0200 Subject: [PATCH] Add coverage badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e831810..6e47f56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # AssertThat ![Lint status](https://github.com/jmp/assert-that/workflows/lint/badge.svg) ![Tests status](https://github.com/jmp/assert-that/workflows/tests/badge.svg) +[![codecov](https://codecov.io/gh/jmp/assert-that/branch/master/graph/badge.svg?token=P6HAB7OM3L)](https://codecov.io/gh/jmp/assert-that) This library tries to make [AssertJ](https://assertj.github.io/doc/)-style readable assertions usable in Swift.