Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kazhuravlev/healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kazhuravlev committed Jun 9, 2024
2 parents 813a79c + da6235b commit 7231e37
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
Expand Up @@ -2,7 +2,7 @@

[![Go Reference](https://pkg.go.dev/badge/github.com/kazhuravlev/healthcheck.svg)](https://pkg.go.dev/github.com/kazhuravlev/healthcheck)
[![License](https://img.shields.io/github/license/kazhuravlev/healthcheck?color=blue)](https://github.com/kazhuravlev/healthcheck/blob/master/LICENSE)
[![Build Status](https://github.com/kazhuravlev/healthcheck/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/kazhuravlev/healthcheck/actions/workflows/tests.yml?query=branch%3Amaster)
[![Build Status](https://github.com/kazhuravlev/healthcheck/actions/workflows/tests.yml/badge.svg)](https://github.com/kazhuravlev/healthcheck/actions/workflows/tests.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/kazhuravlev/healthcheck)](https://goreportcard.com/report/github.com/kazhuravlev/healthcheck)
[![CodeCov](https://codecov.io/gh/kazhuravlev/healthcheck/branch/master/graph/badge.svg?token=tNKcOjlxLo)](https://codecov.io/gh/kazhuravlev/healthcheck)

Expand Down Expand Up @@ -51,4 +51,4 @@ func main() {
select {}
}

```
```

0 comments on commit 7231e37

Please sign in to comment.