Skip to content

Commit 431d44b

Browse files
committed
Ajout de l'upload des rapports de couverture à Codecov dans le workflow de tests et mise à jour du README pour inclure le badge de Codecov.
1 parent 5c8ce8f commit 431d44b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ jobs:
2828
- name: Run tests with pytest
2929
run: |
3030
pytest -v
31+
32+
- name: Upload coverage reports to Codecov
33+
uses: codecov/[email protected]
34+
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}
36+
slug: scikit-learn-contrib/radius_clustering

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<a href="https://docs.astral.sh/ruff/"><img alt="Code style: Ruff" src="https://img.shields.io/badge/style-ruff-41B5BE?style=flat"></a>
55
<a href="https://lias-laboratory.github.io/radius_clustering/"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/lias-laboratory/radius_clustering/sphinx.yml?label=Doc%20Building"></a>
66
<a><img alt="Python version supported" src="https://img.shields.io/pypi/pyversions/radius-clustering"></a>
7+
<a href="https://codecov.io/gh/scikit-learn-contrib/radius_clustering"><img alt="Codecov" src="https://codecov.io/gh/scikit-learn-contrib/radius_clustering/branch/master/graph/badge.svg"></a>
78

89
</p>
910

0 commit comments

Comments
 (0)