Skip to content

Commit

Permalink
Update codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
floriscornel committed Jun 9, 2024
1 parent 4227e55 commit 275f084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![GoDoc](https://godoc.org/github.com/floriscornel/sse?status.svg)](https://godoc.org/github.com/floriscornel/sse)
[![Go Report Card](https://goreportcard.com/badge/github.com/floriscornel/sse)](https://goreportcard.com/report/github.com/floriscornel/sse)
[![Codecov](https://img.shields.io/codecov/c/github/floriscornel/sse.svg)](https://codecov.io/gh/floriscornel/sse)
[![Codecov](https://codecov.io/gh/floriscornel/sse/graph/badge.svg?token=ZVRRMBMJTH)](https://codecov.io/gh/floriscornel/sse)
[![License](https://img.shields.io/github/license/floriscornel/sse.svg)](https://github.com/floriscornel/sse/blob/main/LICENSE)

`sse` is a lightweight Go library for writing [Server-Sent Events (SSE)](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events). This library allows easy integration of SSE into web servers, providing real-time updates to connected clients.
Expand Down

0 comments on commit 275f084

Please sign in to comment.