From d98473f5ccf991468a1f506c8f51c946bea162d9 Mon Sep 17 00:00:00 2001 From: Branden <37084158+brandenc40@users.noreply.github.com> Date: Thu, 1 Apr 2021 18:45:06 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e94fe4d..d4a1bbf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Go Roman Numerals [![Go Reference](https://pkg.go.dev/badge/github.com/brandenc40/romannumeral.svg)](https://pkg.go.dev/github.com/brandenc40/romannumeral) - +[![codecov](https://codecov.io/gh/brandenc40/romannumeral/branch/master/graph/badge.svg?token=AS7IBSTE36)](https://codecov.io/gh/brandenc40/romannumeral) + Quickly and efficiently convert to and from roman numerals in Go. ### Benchmark Results