diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-01-15 09:13:56 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-01-15 09:13:56 +0100 |
commit | 304bce55dd2b8053a64cf42ddf2c527f6d3124e6 (patch) | |
tree | 2fa5ca91169574e9a3dc4a0b4c574746112a2858 /README.md | |
parent | bbae24c3ae3bce7518f0fbd2d260359ee6a36510 (diff) | |
download | curl-304bce55dd2b8053a64cf42ddf2c527f6d3124e6.tar.gz |
README: add codacy code quality badge
[skip ci]
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ [![Backers on Open Collective](https://opencollective.com/curl/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/curl/sponsors/badge.svg)](#sponsors) [![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/curl/curl.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/curl/curl/context:cpp) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d11483a0cc5c4ebd9da4ff9f7cd56690)](https://www.codacy.com/app/curl/curl?utm_source=github.com&utm_medium=referral&utm_content=curl/curl&utm_campaign=Badge_Grade) Curl is a command-line tool for transferring data specified with URL syntax. Find out how to use curl by reading [the curl.1 man |