Skip to content

Commit

Permalink
Add new status badge for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudomuto committed Feb 15, 2022
1 parent eaa1fc1 commit df69f45
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# protokit

[![Travis Build Status][travis-svg]][travis-ci]
[![CI][github-svg]][github-ci]
[![codecov][codecov-svg]][codecov-url]
[![GoDoc][godoc-svg]][godoc-url]
[![Go Report Card][goreport-svg]][goreport-url]
Expand Down Expand Up @@ -57,12 +57,8 @@ Then invoke your plugin via `protoc`. For example (assuming your app is called `

`protoc --plugin=protoc-gen-thingy=./thingy -I. --thingy_out=. rpc/*.proto`

[travis-svg]:
https://travis-ci.org/pseudomuto/protokit.svg?branch=master
"Travis CI build status SVG"
[travis-ci]:
https://travis-ci.org/pseudomuto/protokit
"protoc-gen-twagger at Travis CI"
[github-svg]: https://github.com/pseudomuto/protokit/actions/workflows/ci.yaml/badge.svg?branch=master
[github-ci]: https://github.com/pseudomuto/protokit/actions/workflows/ci.yaml
[codecov-svg]: https://codecov.io/gh/pseudomuto/protokit/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/pseudomuto/protokit
[godoc-svg]: https://godoc.org/github.com/pseudomuto/protokit?status.svg
Expand Down

0 comments on commit df69f45

Please sign in to comment.