Skip to content

Commit a2dfd1d

Browse files
committed
Remove coverage from README.md
Its misleading because of the generated code.
1 parent 72c0b8a commit a2dfd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# websocket
22

33
[![GoDoc](https://godoc.org/nhooyr.io/websocket?status.svg)](https://godoc.org/nhooyr.io/websocket)
4-
[![Codecov](https://img.shields.io/codecov/c/github/nhooyr/websocket.svg)](https://codecov.io/gh/nhooyr/websocket)
54
[![GitHub release](https://img.shields.io/github/release-pre/nhooyr/websocket.svg)](https://github.com/nhooyr/websocket/releases)
65

76
websocket is a minimal and idiomatic WebSocket library for Go.
@@ -23,6 +22,7 @@ go get nhooyr.io/websocket
2322
- net/http is used for WebSocket dials and upgrades
2423
- Passes the [autobahn-testsuite](https://github.com/crossbario/autobahn-testsuite)
2524
- JSON helpers
25+
- Thoroughly testing
2626

2727
## Roadmap
2828

0 commit comments

Comments
 (0)