Skip to content

Commit 63dd575

Browse files
committed
fix: link to branch
1 parent c38420d commit 63dd575

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<a href="https://goreportcard.com/report/github.com/bsv-blockchain/go-lockfree-queue">
3131
<img src="https://goreportcard.com/badge/github.com/bsv-blockchain/go-lockfree-queue?style=flat" alt="Go Report Card">
3232
</a><br/>
33-
<a href="https://codecov.io/gh/bsv-blockchain/go-lockfree-queue">
34-
<img src="https://codecov.io/gh/bsv-blockchain/go-lockfree-queue/branch/master/graph/badge.svg?style=flat&token=iBdJQpOej9" alt="Code Coverage">
33+
<a href="https://codecov.io/gh/bsv-blockchain/go-lockfree-queue/tree/master">
34+
<img src="https://codecov.io/gh/bsv-blockchain/go-lockfree-queue/branch/master/graph/badge.svg?style=flat" alt="Code Coverage">
3535
</a><br/>
3636
<a href="https://scorecard.dev/viewer/?uri=github.com/bsv-blockchain/go-lockfree-queue">
3737
<img src="https://api.scorecard.dev/projects/github.com/bsv-blockchain/go-lockfree-queue/badge?logo=springsecurity&logoColor=white" alt="OpenSSF Scorecard">
@@ -233,9 +233,7 @@ vet ## Run go vet
233233
| Workflow Name | Description |
234234
|------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
235235
| [auto-merge-on-approval.yml](.github/workflows/auto-merge-on-approval.yml) | Automatically merges PRs after approval and all required checks, following strict rules. |
236-
| [clean-runner-cache.yml](.github/workflows/clean-runner-cache.yml) | Removes GitHub Actions caches tied to closed pull requests. |
237236
| [codeql-analysis.yml](.github/workflows/codeql-analysis.yml) | Analyzes code for security vulnerabilities using [GitHub CodeQL](https://codeql.github.com/). |
238-
| [delete-merged-branches.yml](.github/workflows/delete-merged-branches.yml) | Deletes feature branches after their pull requests are merged. |
239237
| [dependabot-auto-merge.yml](.github/workflows/dependabot-auto-merge.yml) | Automatically merges [Dependabot](https://github.com/dependabot) PRs that meet all requirements. |
240238
| [pull-request-management.yml](.github/workflows/pull-request-management.yml) | Labels PRs by branch prefix, assigns a default user if none is assigned, and welcomes new contributors with a comment. |
241239
| [release.yml](.github/workflows/release.yml) | Builds and publishes releases via [GoReleaser](https://goreleaser.com/intro/) when a semver tag is pushed. |

0 commit comments

Comments
 (0)