diff options
author | Haru <haru@dotalux.com> | 2018-09-23 15:46:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-23 15:46:03 +0200 |
commit | ba45cb0706eb00ad824dd071b897d8e1ca539255 (patch) | |
tree | 768558815a0b760526c0ebee407fc6d96f97e589 | |
parent | e71e41b36b47590c607f19affc1d438c8f441641 (diff) | |
parent | 61d275e0b6e4213c68be8b6090123d80449f1d4a (diff) | |
download | hercules-ba45cb0706eb00ad824dd071b897d8e1ca539255.tar.gz hercules-ba45cb0706eb00ad824dd071b897d8e1ca539255.tar.bz2 hercules-ba45cb0706eb00ad824dd071b897d8e1ca539255.tar.xz hercules-ba45cb0706eb00ad824dd071b897d8e1ca539255.zip |
Merge pull request #2202 from xcorail/stable
Add LGTM code quality badges
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ Build Status: [![Coverity Scan Build Status](https://scan.coverity.com/projects/3892/badge.svg)](https://scan.coverity.com/projects/herculesws-hercules) [![GitLab Build Status](https://gitlab.com/HerculesWS/Hercules/badges/master/build.svg)](https://gitlab.com/HerculesWS/Hercules/commits/master) [![Coverage Report](https://gitlab.com/HerculesWS/Hercules/badges/master/coverage.svg)](https://gitlab.com/HerculesWS/Hercules/commits/master) +[![Code Quality: Cpp](https://img.shields.io/lgtm/grade/cpp/g/HerculesWS/Hercules.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/HerculesWS/Hercules/context:cpp) +[![Total Alerts](https://img.shields.io/lgtm/alerts/g/HerculesWS/Hercules.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/HerculesWS/Hercules/alerts) Issues and pull requests: [![Open Issues](https://img.shields.io/github/issues-raw/HerculesWS/Hercules.svg?label=Open%20Issues)](https://github.com/HerculesWS/Hercules/issues) |