Skip to content

Commit 5bdc8ea

Browse files
committed
docs: add professional badges including Codecov
- Replace manual badges with automatic ones - Add Go Reference badge (pkg.go.dev) - Add Codecov badge for coverage tracking - Add GitHub Release badge - Codecov integration already configured in workflow
1 parent 9a29d5d commit 5bdc8ea

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
> Server-Sent Events and WebSocket implementations - Zero external dependencies, RFC-compliant, production-ready
44
5-
[![Go Version](https://img.shields.io/badge/Go-1.25%2B-00ADD8?style=flat&logo=go)](https://go.dev/)
6-
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
7-
[![Tests](https://github.com/coregx/stream/workflows/Tests/badge.svg)](https://github.com/coregx/stream/actions)
5+
[![Go Reference](https://pkg.go.dev/badge/github.com/coregx/stream.svg)](https://pkg.go.dev/github.com/coregx/stream)
86
[![Go Report Card](https://goreportcard.com/badge/github.com/coregx/stream)](https://goreportcard.com/report/github.com/coregx/stream)
9-
[![Coverage](https://img.shields.io/badge/Coverage-84.3%25-brightgreen.svg)](https://github.com/coregx/stream)
10-
[![GoDoc](https://pkg.go.dev/badge/github.com/coregx/stream)](https://pkg.go.dev/github.com/coregx/stream)
11-
[![Version](https://img.shields.io/badge/Version-v0.1.0-blue.svg)](https://github.com/coregx/stream/releases)
12-
[![Status](https://img.shields.io/badge/Status-Production%20Ready-green.svg)](https://github.com/coregx/stream)
7+
[![Tests](https://github.com/coregx/stream/actions/workflows/test.yml/badge.svg)](https://github.com/coregx/stream/actions)
8+
[![codecov](https://codecov.io/gh/coregx/stream/branch/main/graph/badge.svg)](https://codecov.io/gh/coregx/stream)
9+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
10+
[![Release](https://img.shields.io/github/v/release/coregx/stream)](https://github.com/coregx/stream/releases)
1311

1412
---
1513

0 commit comments

Comments
 (0)