From b19a5b684f7f1b36a82552d7c995ba451c55e43e Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Sun, 23 Jul 2017 13:36:34 +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 f10ae1f..8047bee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # timespec +[![Last release](https://img.shields.io/github/release/LeakyAbstractions/timespec.svg)](https://github.com/LeakyAbstractions/timespec/releases) +[![Build status](https://travis-ci.org/LeakyAbstractions/timespec.svg?branch=master)](https://travis-ci.org/LeakyAbstractions/timespec) +[![Code coverage](https://codecov.io/github/LeakyAbstractions/timespec/coverage.svg?branch=master)](https://codecov.io/github/LeakyAbstractions/timespec?branch=master) +[![Static analysis](https://scan.coverity.com/projects/14157/badge.svg)](https://scan.coverity.com/projects/leakyabstractions-timespec) + > Drop-in replacement for C11 timespec ![](https://github.com/LeakyAbstractions/timespec/raw/master/doc/logo.png)