Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add example badges.
  • Loading branch information
x448 authored Jan 29, 2020
1 parent 8d7224d commit f886e3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## CI Go Coverage - ci-go-cover.yml
This workflow checks if Go (golang) code coverage satisfies the minimum specified percent for your project.

Example from fxamacker/cbor:
[![](https://github.com/fxamacker/cbor/workflows/cover%20%E2%89%A597%25/badge.svg)](https://github.com/fxamacker/cbor/blob/master/.github/workflows/ci-go-cover.yml)

Example from x448/float16:
[![](https://github.com/x448/float16/workflows/cover%20100%25/badge.svg)](https://github.com/x448/float16/blob/master/.github/workflows/cover.yml)

* GitHub generates badge.svg you can display in your README.md.
* GitHub will display success or failure in your pull requests and commits.
* Only external script is from GitHub Inc. (actions/checkout@v2)
Expand Down

0 comments on commit f886e3e

Please sign in to comment.