Skip to content

Commit

Permalink
Fix CI workflow badge
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Jul 25, 2024
1 parent 1ca6a59 commit 27db0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p align="center">An efficient min and max priority queue using a binary heap encoded in an array.</p>
<p align="center">
<a href="https://github.com/fgrosse/prioqueue/releases"><img src="https://img.shields.io/github/tag/fgrosse/prioqueue.svg?label=version&color=brightgreen"></a>
<a href="https://github.com/fgrosse/prioqueue/actions/workflows/test.yml"><img src="https://github.com/fgrosse/prioqueue/actions/workflows/test.yml/badge.svg"></a>
<a href="https://github.com/fgrosse/prioqueue/actions/workflows/ci.yml"><img src="https://github.com/fgrosse/prioqueue/actions/workflows/ci.yml/badge.svg"></a>
<a href="https://goreportcard.com/report/github.com/fgrosse/prioqueue"><img src="https://goreportcard.com/badge/github.com/fgrosse/prioqueue"></a>
<!-- <a href="https://codecov.io/gh/fgrosse/prioqueue"><img src="https://codecov.io/gh/fgrosse/prioqueue/branch/master/graph/badge.svg"/></a> -->
<a href="https://pkg.go.dev/github.com/fgrosse/prioqueue"><img src="https://img.shields.io/badge/godoc-reference-blue.svg?color=blue"></a>
Expand Down

0 comments on commit 27db0a2

Please sign in to comment.