From 6cb56deca6816098c3fbb5e8b19e1026e158d304 Mon Sep 17 00:00:00 2001 From: gammazero <11790789+gammazero@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:16:54 -1000 Subject: [PATCH] update codecov workflow and badge --- .github/workflows/go.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index eb708e5..e5e1c6e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,4 +30,4 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v5 with: - files: coverage.txt + token: ${{ secrets.CODECOV_TOKEN }} diff --git a/README.md b/README.md index ce18692..0e2b3eb 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/chanqueue/branch/master/graph/badge.svg)](https://codecov.io/gh/gammazero/chanqueue) +[![codecov](https://codecov.io/gh/gammazero/channelqueue/graph/badge.svg?token=8F5JBZMbmL)](https://codecov.io/gh/gammazero/channelqueue) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) > Concurrently access a dynamic queue using channels.