From 48fa2d9d963dd26ca0a4ac655c6adf56a1d27b8a Mon Sep 17 00:00:00 2001 From: mutouyun Date: Sun, 2 Jun 2024 18:19:20 +0800 Subject: [PATCH] codecov badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65fe94e..8689a04 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mutouyun/cpp-ipc/blob/master/LICENSE) [![Build Status](https://github.com/mutouyun/cpp-ipc/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/mutouyun/cpp-ipc/actions) +[![CodeCov](https://codecov.io/github/mutouyun/cpp-ipc/graph/badge.svg?token=MNOAOLNELH)](https://codecov.io/github/mutouyun/cpp-ipc) [![Vcpkg package](https://img.shields.io/badge/Vcpkg-package-blueviolet)](https://github.com/microsoft/vcpkg/tree/master/ports/cpp-ipc) A high-performance inter-process communication using shared memory on Linux/Windows.