Skip to content

Commit

Permalink
Update README.md with new badges
Browse files Browse the repository at this point in the history
Move to new badges for build status
  • Loading branch information
nemith committed Dec 22, 2019
1 parent 8122e56 commit 8d7a0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Native Go Zookeeper Client Library
===================================

[![GoDoc](https://godoc.org/github.com/go-zookeeper/zk?status.svg)](https://godoc.org/github.com/go-zookeeper/zk)
[![Build Status](https://travis-ci.org/go-zookeeper/zk.png)](https://travis-ci.org/go-zookeeper/zk)
[![Coverage Status](https://coveralls.io/repos/github/go-zookeeper/zk/badge.svg?branch=master)](https://coveralls.io/github/go-zookeeper/zk?branch=master)
[![Build Status](https://img.shields.io/github/workflow/status/go-zookeeper/zk/unittest/master)](https://github.com/go-zookeeper/zk/actions?query=branch%3Amaster)
[![Coverage Status](https://img.shields.io/codecov/c/github/go-zookeeper/zk/master)](https://codecov.io/gh/go-zookeeper/zk/branch/master)

License
-------
Expand Down

0 comments on commit 8d7a0b0

Please sign in to comment.