From 34a4799cdb8c83b6ea088ab4f89a263eff7fecc9 Mon Sep 17 00:00:00 2001 From: gammazero <11790789+gammazero@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:30:16 -1000 Subject: [PATCH] update codecov badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e2b3eb..bfec7b4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![GoDoc](https://pkg.go.dev/badge/github.com/gammazero/chanqueue)](https://pkg.go.dev/github.com/gammazero/chanqueue) [![Build Status](https://github.com/gammazero/chanqueue/actions/workflows/go.yml/badge.svg)](https://github.com/gammazero/chanqueue/actions/workflows/go.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/gammazero/chanqueue)](https://goreportcard.com/report/github.com/gammazero/chanqueue) -[![codecov](https://codecov.io/gh/gammazero/channelqueue/graph/badge.svg?token=8F5JBZMbmL)](https://codecov.io/gh/gammazero/channelqueue) +[![codecov](https://codecov.io/gh/gammazero/chanqueue/graph/badge.svg?token=P8FWN4K0ZP)](https://codecov.io/gh/gammazero/chanqueue) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) > Concurrently access a dynamic queue using channels.