From 9c91becfcd08bcaa33e5fcffa2499552564a9bf2 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Tue, 10 Mar 2026 08:24:02 +0000 Subject: [PATCH] Add codecov badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f498f03..9eff6b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # git2cpp [![GithubActions](https://github.com/QuantStack/git2cpp/actions/workflows/test.yml/badge.svg)](https://github.com/QuantStack/git2cpp/actions/workflows/test.yml) [![Documentation Status](http://readthedocs.org/projects/git2cpp/badge/?version=latest)](https://git2cpp.readthedocs.io/en/latest/?badge=latest) +[![Codecov](https://codecov.io/gh/QuantStack/git2cpp/graph/badge.svg)](https://app.codecov.io/gh/QuantStack/git2cpp) This is a C++ wrapper of [libgit2](https://libgit2.org/) to provide a command-line interface (CLI) to `git` functionality. The intended use is in WebAssembly in-browser terminals (see