Skip to content

Commit 7f01ab2

Browse files
committed
README: update SaaS badges
1 parent 3f6b660 commit 7f01ab2

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[![Github Actions](https://github.com/neovim/go-client/workflows/Test/badge.svg?branch=master)](https://github.com/neovim/go-client/actions)
2-
[![pkg.go.dev](https://bit.ly/pkg-go-dev-flat)](https://pkg.go.dev/github.com/neovim/go-client)
1+
[![Github Actions][Github Actions Badge]][Github Actions] [![codecov.io][codecov-badge]][codecov] [![pkg.go.dev][pkg.go.dev-badge]][pkg.go.dev]
32

43
Neovim/go-client is a [Neovim](https://neovim.io/) client and plugin host for [Go](https://golang.org/).
54

@@ -64,3 +63,13 @@ Start Nvim and run the following command:
6463
```vim
6564
:echo Hello('world')
6665
```
66+
67+
68+
<!-- badge links -->
69+
[Github Actions]: https://github.com/neovim/go-client/actions
70+
[codecov]: https://codecov.io/gh/neovim/go-client
71+
[pkg.go.dev]: https://pkg.go.dev/github.com/neovim/go-client
72+
73+
[Github Actions Badge]: https://github.com/neovim/go-client/workflows/Test/badge.svg?branch=master
74+
[codecov-badge]: https://codecov.io/gh/neovim/go-client/branch/master/graph/badge.svg?token=hLNAnxbEWr
75+
[pkg.go.dev-badge]: https://pkg.go.dev/badge/github.com/neovim/go-client.svg

0 commit comments

Comments
 (0)