Skip to content

Commit 9c91bec

Browse files
committed
Add codecov badge to README
1 parent e0f7ab9 commit 9c91bec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# git2cpp
22
[![GithubActions](https://github.com/QuantStack/git2cpp/actions/workflows/test.yml/badge.svg)](https://github.com/QuantStack/git2cpp/actions/workflows/test.yml)
33
[![Documentation Status](http://readthedocs.org/projects/git2cpp/badge/?version=latest)](https://git2cpp.readthedocs.io/en/latest/?badge=latest)
4+
[![Codecov](https://codecov.io/gh/QuantStack/git2cpp/graph/badge.svg)](https://app.codecov.io/gh/QuantStack/git2cpp)
45

56
This is a C++ wrapper of [libgit2](https://libgit2.org/) to provide a command-line interface (CLI)
67
to `git` functionality. The intended use is in WebAssembly in-browser terminals (see

0 commit comments

Comments
 (0)