diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 929a6d9..88c4a8f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -44,7 +44,7 @@ jobs: with: cache-key: test - - name: Install Task + - name: Install Task and tools run: go generate -x working-directory: tools diff --git a/README.md b/README.md index 044a718..402da63 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # wire +[![Go Reference](https://pkg.go.dev/badge/github.com/FerretDB/wire.svg)](https://pkg.go.dev/github.com/FerretDB/wire) +[![Go](https://github.com/FerretDB/wire/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/FerretDB/wire/actions/workflows/go.yml) +[![codecov](https://codecov.io/gh/FerretDB/wire/branch/main/graph/badge.svg?token=D0L283UZ26)](https://codecov.io/gh/FerretDB/wire) + MongoDB wire protocol implementation in Go. This module is in the process of extraction from [FerretDB](https://github.com/FerretDB/FerretDB).