File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 28
28
- name : Run tests with pytest
29
29
run : |
30
30
pytest -v
31
+
32
+ - name : Upload coverage reports to Codecov
33
+
34
+ with :
35
+ token : ${{ secrets.CODECOV_TOKEN }}
36
+ slug : scikit-learn-contrib/radius_clustering
Original file line number Diff line number Diff line change 4
4
<a href =" https://docs.astral.sh/ruff/ " ><img alt =" Code style: Ruff " src =" https://img.shields.io/badge/style-ruff-41B5BE?style=flat " ></a >
5
5
<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 >
6
6
<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 >
7
8
8
9
</p >
9
10
You can’t perform that action at this time.
0 commit comments