Skip to content

Commit

Permalink
docs: Fix test badge
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN authored Jan 14, 2025
1 parent 8b47985 commit 84ce967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# g8

![test](https://github.com/TwiN/g8/workflows/test/badge.svg?branch=master)
![test](https://github.com/TwiN/g8/actions/workflows/test.yml/badge.svg?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/TwiN/g8)](https://goreportcard.com/report/github.com/TwiN/g8/v3)
[![codecov](https://codecov.io/gh/TwiN/g8/branch/master/graph/badge.svg)](https://codecov.io/gh/TwiN/g8)
[![Go version](https://img.shields.io/github/go-mod/go-version/TwiN/g8.svg)](https://github.com/TwiN/g8)
Expand Down Expand Up @@ -316,4 +316,4 @@ func main() {
// Create the provider with the custom cache
provider := g8.NewClientProvider(getClientByTokenFunc).WithCustomCache(&customCache{})
}
```
```

0 comments on commit 84ce967

Please sign in to comment.