summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike JS. Choi <mkchoi212@icloud.com>2018-05-18 15:27:59 -0500
committerMike JS. Choi <mkchoi212@icloud.com>2018-05-18 21:37:32 -0500
commit46606a1c16bf4c64b93d43b429fee0bde86df680 (patch)
tree2ec46dff61cf610004a6e1260ca9ea7615af43f4
parente04392c7e02176bc14279f77afa1ae32e1376631 (diff)
Add code coverage badge 😵
-rw-r--r--README.md25
1 files changed, 16 insertions, 9 deletions
diff --git a/README.md b/README.md
index b45ae96..d306b10 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,21 @@
<p align="center">
- <img src="./assets/banner.png">
- <p align="center">
- <img src="https://travis-ci.org/mkchoi212/fac.svg?branch=master">
- <img src="https://goreportcard.com/badge/github.com/mkchoi212/fac">
- <br>
- <br>
- Easy-to-use CUI for fixing git conflicts
- </p>
+ <img src="./assets/banner.png">
+ <br>
+ Easy-to-use CUI for fixing git conflicts
+ <br>
+ <br>
+ <p align="center">
+ <a href="https://travis-ci.org/mkchoi212/fac">
+ <img src="https://travis-ci.org/mkchoi212/fac.svg?branch=master">
+ </a>
+ <a href="https://goreportcard.com/report/github.com/mkchoi212/fac">
+ <img src="https://goreportcard.com/badge/github.com/mkchoi212/fac">
+ </a>
+ <a href="https://codecov.io/gh/mkchoi212/fac">
+ <img src="https://codecov.io/gh/mkchoi212/fac/branch/master/graph/badge.svg">
+ </a>
+ </p>
</p>
-
<br>
I never really liked any of the `mergetools` out there so I made a program that is somewhat easy to use.