Skip to content

Commit d15ccd2

Browse files
committed
Simplify README.md badges
1 parent b961007 commit d15ccd2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# websocket
22

3-
[![release](https://img.shields.io/github/v/release/nhooyr/websocket?color=6b9ded&sort=semver)](https://github.com/nhooyr/websocket/releases)
43
[![godoc](https://godoc.org/nhooyr.io/websocket?status.svg)](https://godoc.org/nhooyr.io/websocket)
5-
[![coverage](https://img.shields.io/coveralls/github/nhooyr/websocket?color=65d6a4)](https://coveralls.io/github/nhooyr/websocket)
6-
[![ci](https://github.com/nhooyr/websocket/workflows/ci/badge.svg)](https://github.com/nhooyr/websocket/actions)
4+
[![ci](https://img.shields.io/github/workflow/status/nhooyr/websocket/ci?label=ci)](https://github.com/nhooyr/websocket/actions)
75

86
websocket is a minimal and idiomatic WebSocket library for Go.
97

@@ -17,7 +15,8 @@ go get nhooyr.io/websocket
1715

1816
- Minimal and idiomatic API
1917
- First class [context.Context](https://blog.golang.org/context) support
20-
- Thorough tests, fully passes the WebSocket [autobahn-testsuite](https://github.com/crossbario/autobahn-testsuite)
18+
- Fully passes the WebSocket [autobahn-testsuite](https://github.com/crossbario/autobahn-testsuite)
19+
- Thorough unit tests with [90% coverage](https://coveralls.io/github/nhooyr/websocket)
2120
- [Minimal dependencies](https://godoc.org/nhooyr.io/websocket?imports)
2221
- JSON and protobuf helpers in the [wsjson](https://godoc.org/nhooyr.io/websocket/wsjson) and [wspb](https://godoc.org/nhooyr.io/websocket/wspb) subpackages
2322
- Zero alloc reads and writes

ci/test.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ci/out/coverage.html: gotest
77
go tool cover -html=ci/out/coverage.prof -o=ci/out/coverage.html
88

99
coveralls: gotest
10-
# https://github.com/coverallsapp/github-action/blob/master/src/run.ts
1110
echo "--- coveralls"
1211
goveralls -coverprofile=ci/out/coverage.prof
1312

0 commit comments

Comments
 (0)