add code coverage badge

This commit is contained in:
Arpad Ryszka 2020-11-26 17:17:27 +01:00
parent 47d9887a06
commit 364c01ab6f

View File

@ -1,5 +1,7 @@
# Notation - print Go objects # 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 This package can be used to print (or sprint) Go objects for debugging purposes, with optional wrapping
(indentation) and optional type information. (indentation) and optional type information.