From c319c5666d3670876c23cd56fd50b0a8b2bc8ab6 Mon Sep 17 00:00:00 2001 From: Xavier RENE-CORAIL Date: Fri, 14 Sep 2018 12:06:53 +0100 Subject: [PATCH] Add LGTM.com code quality badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d6b127d8f..63bed113c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ccache – a fast compiler cache ============================== [![Build Status](https://travis-ci.org/ccache/ccache.svg?branch=master)](https://travis-ci.org/ccache/ccache) +[![Code Quality: Cpp](https://img.shields.io/lgtm/grade/cpp/g/ccache/ccache.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ccache/ccache/context:cpp) +[![Total Alerts](https://img.shields.io/lgtm/alerts/g/ccache/ccache.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ccache/ccache/alerts) ccache is a compiler cache. It speeds up recompilation by caching the result of previous compilations and detecting when the same compilation is being done -- 2.47.2