Skip to content

Commit 1f04f95

Browse files
authored
docs: readme
add codecov & codeclimate badges
1 parent 71040cd commit 1f04f95

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
# gilfoyle
22

3-
<div align="left">
4-
<a href="https://godoc.org/github.com/dreamvo/gilfoyle">
5-
<img src="https://godoc.org/github.com/dreamvo/gilfoyle?status.svg" alt="GoDoc">
6-
</a>
7-
<a href="https://github.com/dreamvo/gilfoyle/actions">
8-
<img src="https://img.shields.io/endpoint.svg?url=https://actions-badge.atrox.dev/dreamvo/gilfoyle/badge?ref=master" alt="build status" />
9-
</a>
10-
<a href="https://goreportcard.com/report/github.com/dreamvo/gilfoyle">
11-
<img src="https://goreportcard.com/badge/github.com/dreamvo/gilfoyle" alt="go report" />
12-
</a>
13-
<a href="https://github.com/dreamvo/gilfoyle/releases">
14-
<img src="https://img.shields.io/github/release/dreamvo/gilfoyle.svg" alt="Latest version" />
15-
</a>
16-
</div>
3+
<a href="https://godoc.org/github.com/dreamvo/gilfoyle">
4+
<img src="https://godoc.org/github.com/dreamvo/gilfoyle?status.svg" alt="GoDoc">
5+
</a>
6+
<a href="https://github.com/dreamvo/gilfoyle/actions">
7+
<img src="https://img.shields.io/endpoint.svg?url=https://actions-badge.atrox.dev/dreamvo/gilfoyle/badge?ref=master" alt="build status" />
8+
</a>
9+
<a href="https://codeclimate.com/github/dreamvo/gilfoyle/maintainability">
10+
<img src="https://api.codeclimate.com/v1/badges/055672c88626f92d7dd1/maintainability" />
11+
</a>
12+
<a href="https://goreportcard.com/report/github.com/dreamvo/gilfoyle">
13+
<img src="https://goreportcard.com/badge/github.com/dreamvo/gilfoyle" alt="go report" />
14+
</a>
15+
<a href="https://codecov.io/gh/dreamvo/gilfoyle">
16+
<img src="https://codecov.io/gh/dreamvo/gilfoyle/branch/master/graph/badge.svg" />
17+
</a>
18+
<a href="https://github.com/dreamvo/gilfoyle/releases">
19+
<img src="https://img.shields.io/github/release/dreamvo/gilfoyle.svg" alt="Latest version" />
20+
</a>
1721

1822
Gilfoyle is a web application from the [Dreamvo project](https://dreamvo.com) that runs a self-hosted video streaming server. This application allows you to setup a production-ready video hosting & live streaming platform in minutes. Gilfoyle handles video upload, processing and streaming.
1923

0 commit comments

Comments
 (0)