Skip to content

Commit 955793b

Browse files
author
Dean Karn
authored
Update README.md
add coverage badges
1 parent e894232 commit 955793b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
##Pure
22
<img align="right" src="https://raw.githubusercontent.com/go-playground/pure/master/logo.png">
33
![Project status](https://img.shields.io/badge/version-1.0.0-green.svg)
4+
[![Build Status](https://semaphoreci.com/api/v1/joeybloggs/pure/branches/master/badge.svg)](https://semaphoreci.com/joeybloggs/pure)
5+
[![Coverage Status](https://coveralls.io/repos/github/go-playground/pure/badge.svg?branch=master)](https://coveralls.io/github/go-playground/pure?branch=master)
6+
[![Go Report Card](https://goreportcard.com/badge/github.com/go-playground/pure)](https://goreportcard.com/report/github.com/go-playground/pure)
47
[![GoDoc](https://godoc.org/github.com/go-playground/pure?status.svg)](https://godoc.org/github.com/go-playground/pure)
58
![License](https://img.shields.io/dub/l/vibe-d.svg)
9+
[![Gitter](https://badges.gitter.im/go-playground/pure.svg)](https://gitter.im/go-playground/pure?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
610

711
Pure is a fast radix-tree based HTTP router that sticks to the native implimentations of Go's "net/http" package;
812
in essence, keeping the handler implimentations 'pure' by using Go 1.7's "context" package.

0 commit comments

Comments
 (0)