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.