From: James Alan Preiss Date: Tue, 2 Jun 2020 01:12:04 +0000 (-0700) Subject: link badge to codecov X-Git-Url: https://git.owens.tech/about.html/about.html/git?a=commitdiff_plain;h=3788c8153c7a840aaba6bfcd3aaed15c64935be7;p=forks%2Fcmath3d.git link badge to codecov --- 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.