Skip to content

Commit

Permalink
docs: Add codecov badge (#49)
Browse files Browse the repository at this point in the history
* Added codecov badge

* Removed macos from CI (expensive)

* Fixed merge conflict

* Renamed alt
  • Loading branch information
Pringled authored Sep 30, 2024
1 parent 9a887a3 commit e3496c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<a href="https://pypi.org/project/model2vec/"><img src="https://img.shields.io/pypi/pyversions/model2vec" alt="Supported Python versions"></a>
<a href="https://pepy.tech/project/model2vec">
<img src="https://static.pepy.tech/badge/model2vec" alt="Downloads">
</a>
<a href="https://app.codecov.io/gh/MinishLab/model2vec">
<img src="https://codecov.io/gh/MinishLab/model2vec/graph/badge.svg?token=21TWJ6B5ET" alt="Codecov">
</a>
</a>
<a href="https://github.com/MinishLab/model2vec/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green" alt="License - MIT"></a>
</h2>
Expand Down

0 comments on commit e3496c2

Please sign in to comment.