Skip to content

Commit 608bb90

Browse files
DOC add codecov badge
1 parent 5fa1c7d commit 608bb90

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212

1313
<p align="center">
14-
<a href="https://github.com/ZhiningLiu1998/imbalanced-ensemble">
15-
<img src="https://img.shields.io/badge/Imbalanced-Ensemble-orange">
16-
</a>
1714
<a href="https://github.com/psf/black">
1815
<img src="https://img.shields.io/badge/code%20style-black-000000.svg">
1916
</a>
17+
<a href="https://codecov.io/gh/ZhiningLiu1998/imbalanced-ensemble" >
18+
<img src="https://codecov.io/gh/ZhiningLiu1998/imbalanced-ensemble/branch/main/graph/badge.svg?token=46Y73QPA68"/>
19+
</a>
2020
<a href='https://dl.circleci.com/status-badge/redirect/gh/ZhiningLiu1998/imbalanced-ensemble/tree/main'>
2121
<img src='https://dl.circleci.com/status-badge/img/gh/ZhiningLiu1998/imbalanced-ensemble/tree/main.svg?style=shield' alt='CircleCI Status' />
2222
</a>
@@ -33,6 +33,9 @@
3333
<img src="https://badge.fury.io/py/imbalanced-ensemble.svg">
3434
</a>
3535
<br>
36+
<a href="https://github.com/ZhiningLiu1998/imbalanced-ensemble">
37+
<img src="https://img.shields.io/badge/Imbalanced-Ensemble-orange">
38+
</a>
3639
<a href="https://github.com/ZhiningLiu1998/imbalanced-ensemble/stargazers">
3740
<img src="https://img.shields.io/github/stars/ZhiningLiu1998/imbalanced-ensemble">
3841
</a>

docs/README_CN.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77

88
<p align="center">
9-
<a href="https://github.com/ZhiningLiu1998/imbalanced-ensemble">
10-
<img src="https://img.shields.io/badge/Imbalanced-Ensemble-orange">
11-
</a>
129
<a href="https://github.com/psf/black">
1310
<img src="https://img.shields.io/badge/code%20style-black-000000.svg">
1411
</a>
12+
<a href="https://codecov.io/gh/ZhiningLiu1998/imbalanced-ensemble" >
13+
<img src="https://codecov.io/gh/ZhiningLiu1998/imbalanced-ensemble/branch/main/graph/badge.svg?token=46Y73QPA68"/>
14+
</a>
1515
<a href='https://dl.circleci.com/status-badge/redirect/gh/ZhiningLiu1998/imbalanced-ensemble/tree/main'>
1616
<img src='https://dl.circleci.com/status-badge/img/gh/ZhiningLiu1998/imbalanced-ensemble/tree/main.svg?style=shield' alt='CircleCI Status' />
1717
</a>
@@ -28,6 +28,9 @@
2828
<img src="https://badge.fury.io/py/imbalanced-ensemble.svg">
2929
</a>
3030
<br>
31+
<a href="https://github.com/ZhiningLiu1998/imbalanced-ensemble">
32+
<img src="https://img.shields.io/badge/Imbalanced-Ensemble-orange">
33+
</a>
3134
<a href="https://github.com/ZhiningLiu1998/imbalanced-ensemble/stargazers">
3235
<img src="https://img.shields.io/github/stars/ZhiningLiu1998/imbalanced-ensemble">
3336
</a>

docs/source/index.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Welcome to imbalanced-ensemble documentation!
1111
.. raw:: html
1212

1313
<p>
14-
<a href="https://github.com/ZhiningLiu1998/imbalanced-ensemble">
15-
<img src="https://img.shields.io/badge/Imbalanced-Ensemble-orange">
16-
</a>
1714
<a href="https://github.com/psf/black">
1815
<img src="https://img.shields.io/badge/code%20style-black-000000.svg">
1916
</a>
17+
<a href="https://codecov.io/gh/ZhiningLiu1998/imbalanced-ensemble" >
18+
<img src="https://codecov.io/gh/ZhiningLiu1998/imbalanced-ensemble/branch/main/graph/badge.svg?token=46Y73QPA68"/>
19+
</a>
2020
<a href='https://dl.circleci.com/status-badge/redirect/gh/ZhiningLiu1998/imbalanced-ensemble/tree/main'>
2121
<img src='https://dl.circleci.com/status-badge/img/gh/ZhiningLiu1998/imbalanced-ensemble/tree/main.svg?style=shield' alt='CircleCI Status' />
2222
</a>
@@ -33,6 +33,9 @@ Welcome to imbalanced-ensemble documentation!
3333
<img src="https://badge.fury.io/py/imbalanced-ensemble.svg">
3434
</a>
3535
<br>
36+
<a href="https://github.com/ZhiningLiu1998/imbalanced-ensemble">
37+
<img src="https://img.shields.io/badge/Imbalanced-Ensemble-orange">
38+
</a>
3639
<a href="https://github.com/ZhiningLiu1998/imbalanced-ensemble/stargazers">
3740
<img src="https://img.shields.io/github/stars/ZhiningLiu1998/imbalanced-ensemble">
3841
</a>

0 commit comments

Comments
 (0)