Skip to content

Commit f568b50

Browse files
authored
docs: Added codecov badge (#43)
* Added codecov badge * Removed macos from CI (expensive)
1 parent 232c9e6 commit f568b50

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
12+
os: ["ubuntu-latest", "windows-latest"]
1313
python-version: ["3.10"]
1414
fail-fast: false
1515

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<a href="https://pepy.tech/project/model2vec">
1818
<img src="https://static.pepy.tech/badge/model2vec" alt="Downloads">
1919
</a>
20+
<a href="https://app.codecov.io/gh/MinishLab/model2vec">
21+
<img src="https://codecov.io/gh/MinishLab/model2vec/graph/badge.svg?token=21TWJ6B5ET" alt="Downloads">
22+
</a>
2023
<a href="https://github.com/MinishLab/model2vec/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green" alt="License - MIT"></a>
2124
</h2>
2225
</div>

0 commit comments

Comments
 (0)