From 3788c8153c7a840aaba6bfcd3aaed15c64935be7 Mon Sep 17 00:00:00 2001
From: James Alan Preiss <jamesalanpreiss@gmail.com>
Date: Mon, 1 Jun 2020 18:12:04 -0700
Subject: [PATCH] link badge to codecov

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 108dabd..9a9b25a 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 ![](https://github.com/jpreiss/cmath3d/workflows/test/badge.svg)
-![](https://img.shields.io/codecov/c/github/jpreiss/cmath3d)
+[![](https://img.shields.io/codecov/c/github/jpreiss/cmath3d)](https://codecov.io/gh/jpreiss/cmath3d/branch/master)
 
 # cmath3d
 3d math library for C. Vectors, 3x3 matrices, quaternions. 32-bit floats.
-- 
2.20.1