|
30 | 30 | <a href="https://goreportcard.com/report/github.com/bsv-blockchain/go-lockfree-queue"> |
31 | 31 | <img src="https://goreportcard.com/badge/github.com/bsv-blockchain/go-lockfree-queue?style=flat" alt="Go Report Card"> |
32 | 32 | </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"> |
35 | 35 | </a><br/> |
36 | 36 | <a href="https://scorecard.dev/viewer/?uri=github.com/bsv-blockchain/go-lockfree-queue"> |
37 | 37 | <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 |
233 | 233 | | Workflow Name | Description | |
234 | 234 | |------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------| |
235 | 235 | | [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. | |
237 | 236 | | [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. | |
239 | 237 | | [dependabot-auto-merge.yml](.github/workflows/dependabot-auto-merge.yml) | Automatically merges [Dependabot](https://github.com/dependabot) PRs that meet all requirements. | |
240 | 238 | | [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. | |
241 | 239 | | [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