Skip to content

Commit

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

* Removed macos from CI (expensive)
  • Loading branch information
Pringled authored Sep 27, 2024
1 parent 232c9e6 commit f568b50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
os: ["ubuntu-latest", "windows-latest"]
python-version: ["3.10"]
fail-fast: false

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<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="Downloads">
</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>
</div>
Expand Down

0 comments on commit f568b50

Please sign in to comment.