Skip to content

Commit 324a8d2

Browse files
committed
Added badges of Build and Coverage Status in README.
1 parent 38bdba9 commit 324a8d2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
<p align="center">
66
<strong>ThinkGo is a lightweight MVC framework written in Go (Golang).</strong>
77
</p>
8-
8+
<p align="center">
9+
<a href="https://www.travis-ci.org/thinkoner/thinkgo">
10+
<img src="https://www.travis-ci.org/thinkoner/thinkgo.svg?branch=master" alt="Build Status">
11+
</a>
12+
<a href="https://coveralls.io/github/thinkoner/thinkgo">
13+
<img src="https://coveralls.io/repos/github/thinkoner/thinkgo/badge.svg" alt="Coverage Status">
14+
</a>
15+
</p>
916
<p align="center">
1017
<a href="https://goreportcard.com/report/github.com/thinkoner/thinkgo">
1118
<img src="https://goreportcard.com/badge/github.com/thinkoner/thinkgo" alt="Go Report Card">

0 commit comments

Comments
 (0)