From d30579f9057dcf28c2498f72dbf3a2617992a5a3 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 1 Jun 2021 18:36:22 -0400 Subject: [PATCH] Add badges. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 484be6c..dad54fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ pdfio - PDF Read/Write Library ============================== +![Version](https://img.shields.io/github/v/release/michaelrsweet/pdfio?include_prereleases) +![Apache 2.0](https://img.shields.io/github/license/michaelrsweet/pdfio) +![Build](https://github.com/michaelrsweet/pdfio/workflows/Build/badge.svg) +[![Coverity Scan Status](https://img.shields.io/coverity/scan/22385.svg)](https://scan.coverity.com/projects/michaelrsweet-pdfio) +[![LGTM Grade](https://img.shields.io/lgtm/grade/cpp/github/michaelrsweet/pdfio)](https://lgtm.com/projects/g/michaelrsweet/pdfio/context:cpp) +[![LGTM Alerts](https://img.shields.io/lgtm/alerts/github/michaelrsweet/pdfio)](https://lgtm.com/projects/g/michaelrsweet/pdfio/) + PDFio is a simple C library for reading and writing PDF files. The primary goals of PDFio are: