From 7c6d8b45a3a48c8db8b9f20740577b76f1fec9ce Mon Sep 17 00:00:00 2001 From: khizmax Date: Wed, 4 Mar 2015 19:42:42 +0300 Subject: [PATCH] added coverity badge --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3868d95e..49b30010 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ CDS C++ library =============== [![GitHub version](https://badge.fury.io/gh/khizmax%2Flibcds.svg)](http://badge.fury.io/gh/khizmax%2Flibcds) +[![Coverity Scan Build Status](https://scan.coverity.com/projects/4445/badge.svg)](https://scan.coverity.com/projects/4445) The Concurrent Data Structures (CDS) library is a collection of concurrent containers that don't require external (manual) synchronization for shared access, and safe memory reclamation (SMR) -- 2.34.1