Skip to content

Commit 19d73c2

Browse files
committed
add CodeCov badge
1 parent 51f3e31 commit 19d73c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# C++ Data Structures and Algorithms
22

33
[![C++ Build](https://github.com/MasonCodingHere/cpp-algorithms/actions/workflows/ci.yml/badge.svg)](https://github.com/MasonCodingHere/cpp-algorithms/actions/workflows/ci.yml)
4+
[![codecov](https://codecov.io/gh/MasonCodingHere/cpp-algorithms/graph/badge.svg?token=KTYRD8PPAR)](https://codecov.io/gh/MasonCodingHere/cpp-algorithms)
45
![Repo Size](https://img.shields.io/github/repo-size/MasonCodingHere/cpp-algorithms.svg)
56

67
> Read this in other languages: 🇨🇳[_简体中文_](README.zh-CN.md)

README.zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# C++ 数据结构与算法
22

33
[![C++ Build](https://github.com/MasonCodingHere/cpp-algorithms/actions/workflows/ci.yml/badge.svg)](https://github.com/MasonCodingHere/cpp-algorithms/actions/workflows/ci.yml)
4+
[![codecov](https://codecov.io/gh/MasonCodingHere/cpp-algorithms/graph/badge.svg?token=KTYRD8PPAR)](https://codecov.io/gh/MasonCodingHere/cpp-algorithms)
45
![Repo Size](https://img.shields.io/github/repo-size/MasonCodingHere/cpp-algorithms.svg)
56

67
> Read this in other languages: 🇬🇧[_English_](README.md)

0 commit comments

Comments
 (0)