coder / websocket

Minimal and idiomatic WebSocket library for Go
ISC License
3.91k stars 296 forks source link

Fix coverage #466

Closed mafredri closed 2 months ago

mafredri commented 2 months ago

This PR fixes the coverage badge in the README by hosting the badge and static HTML on GitHub Pages.

We end up running an extra ./ci/test.sh but I wanted to keep this simple for now.