From f667b083cb633616c473cc72f71e8c1c223fe24d Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Sun, 19 Mar 2017 17:53:10 +0900 Subject: [PATCH] Add badges (Last release, TravisCI, CodeCov.io and Coverity Scan) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b253700..7941c2e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # fmt +[![Last release](https://img.shields.io/github/release/guillermocalvo/fmt.svg)](https://github.com/guillermocalvo/fmt/releases) +[![Build status](https://travis-ci.org/guillermocalvo/fmt.svg?branch=master)](https://travis-ci.org/guillermocalvo/fmt) +[![Code coverage](https://codecov.io/github/guillermocalvo/fmt/coverage.svg?branch=master)](https://codecov.io/github/guillermocalvo/fmt?branch=master) +[![Static analysis](https://scan.coverity.com/projects/12096/badge.svg)](https://scan.coverity.com/projects/guillermocalvo-fmt) + > Print formatted strings ![](https://github.com/guillermocalvo/fmt/raw/master/doc/logo.png)