From 65aef34bf0bcce4367868a28901aa67457a7e124 Mon Sep 17 00:00:00 2001 From: Huy Dang Date: Thu, 12 Dec 2019 21:54:05 +0700 Subject: [PATCH] add code coverage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 321e16e..4105514 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Fixedwidth [![Build Status](https://travis-ci.org/huydang284/fixedwidth.svg?branch=master)](https://travis-ci.org/huydang284/fixedwidth) [![Report](https://goreportcard.com/badge/github.com/huydang284/fixedwidth)](https://goreportcard.com/badge/github.com/huydang284/fixedwidth) +[![Code coverage](https://codecov.io/gh/huydang284/fixedwidth/branch/master/graph/badge.svg)](https://codecov.io/gh/huydang284/fixedwidth) Fixedwidth is a Go package that provides a simple way to define fixed-width data, fast encoding and decoding also is the project's target.