From 364c01ab6f6bf5d7e6f4f6e3c43f347686e8dcd4 Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Thu, 26 Nov 2020 17:17:27 +0100 Subject: [PATCH] add code coverage badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e3dc197..ace34fb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Notation - print Go objects +[![codecov](https://codecov.io/gh/aryszka/notation/branch/master/graph/badge.svg?token=7M18MEAVQW)](https://codecov.io/gh/aryszka/notation) + This package can be used to print (or sprint) Go objects for debugging purposes, with optional wrapping (indentation) and optional type information.