File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
# websocket
2
2
3
- [ ![ release] ( https://img.shields.io/github/v/release/nhooyr/websocket?color=6b9ded&sort=semver )] ( https://github.com/nhooyr/websocket/releases )
4
3
[ ![ 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 )
7
5
8
6
websocket is a minimal and idiomatic WebSocket library for Go.
9
7
@@ -17,7 +15,8 @@ go get nhooyr.io/websocket
17
15
18
16
- Minimal and idiomatic API
19
17
- 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 )
21
20
- [ Minimal dependencies] ( https://godoc.org/nhooyr.io/websocket?imports )
22
21
- JSON and protobuf helpers in the [ wsjson] ( https://godoc.org/nhooyr.io/websocket/wsjson ) and [ wspb] ( https://godoc.org/nhooyr.io/websocket/wspb ) subpackages
23
22
- Zero alloc reads and writes
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ ci/out/coverage.html: gotest
7
7
go tool cover -html=ci/out/coverage.prof -o=ci/out/coverage.html
8
8
9
9
coveralls : gotest
10
- # https://github.com/coverallsapp/github-action/blob/master/src/run.ts
11
10
echo " --- coveralls"
12
11
goveralls -coverprofile=ci/out/coverage.prof
13
12
You can’t perform that action at this time.
0 commit comments