Skip to content

Commit

Permalink
docs: add codecov badge and graph (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed May 17, 2024
1 parent 032036c commit 8e55001
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Go Reference](https://pkg.go.dev/badge/github.com/WangYihang/gojob.svg)](https://pkg.go.dev/github.com/WangYihang/gojob)
[![Go Report Card](https://goreportcard.com/badge/github.com/WangYihang/gojob)](https://goreportcard.com/report/github.com/WangYihang/gojob)
[![codecov](https://codecov.io/gh/WangYihang/gojob/graph/badge.svg?token=FG1HT7FCKG)](https://codecov.io/gh/WangYihang/gojob)

gojob is a simple job scheduler.

Expand Down Expand Up @@ -161,3 +162,7 @@ func main() {
).Start()
}
```

## Coverage

![codecov-graph](https://codecov.io/gh/WangYihang/gojob/graphs/tree.svg?token=FG1HT7FCKG)

0 comments on commit 8e55001

Please sign in to comment.