From 645398e75658a2ca98defd7858a9a331f88b982c Mon Sep 17 00:00:00 2001 From: Jerome Hugues Date: Mon, 5 Jun 2017 17:06:50 -0400 Subject: [PATCH] Add CII Best practice badge. For issue #92 --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 3eb7c812..7f0f9776 100644 --- a/README.rst +++ b/README.rst @@ -38,6 +38,8 @@ Build status for Linux and OS X: |build-status| Code coverage: |coverage| +CII Best practice: |cii| + .. |build-status| image:: https://travis-ci.org/OpenAADL/ocarina.svg?branch=master :target: https://travis-ci.org/OpenAADL/ocarina @@ -53,3 +55,7 @@ Code coverage: |coverage| .. |release| image:: https://img.shields.io/github/release/OpenAADL/ocarina.svg :target: https://github.com/OpenAADL/ocarina/releases :alt: GitHub Releases + +.. |cii| image:: https://bestpractices.coreinfrastructure.org/projects/1019/badge + :target: https://bestpractices.coreinfrastructure.org/projects/1019 + :alt: CII Best practice -- GitLab