diff --git a/README.md b/README.md index 0dcbff2..42602e7 100644 --- a/README.md +++ b/README.md @@ -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)