Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Jul 17, 2024
1 parent d5ba6ea commit ad44503
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
cache-key: test

- name: Install Task
- name: Install Task and tools
run: go generate -x
working-directory: tools

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit ad44503

Please sign in to comment.