Skip to content

Commit

Permalink
Feat: Add test coverage badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark authored Jun 20, 2021
1 parent d1e9761 commit 6cd808a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<a href="https://goreportcard.com/report/github.com/romshark/sched">
<img src="https://goreportcard.com/badge/github.com/romshark/sched" alt="GoReportCard">
</a>
<a href="https://coveralls.io/github/romshark/sched">
<img src="https://coveralls.io/repos/github/romshark/sched/badge.svg" alt="Coverage Status" />
</a>
<a href="https://pkg.go.dev/github.com/romshark/sched">
<img src="https://pkg.go.dev/badge/github.com/romshark/sched.svg" alt="Go Reference">
</a>
Expand Down

0 comments on commit 6cd808a

Please sign in to comment.