File tree Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,6 @@ Use pytest to run the unit checks:
6666pytest
6767```
6868
69- # Coverage
70-
71- Use pytest-cov to generate coverage reports:
72-
73- ``` bash
74- pytest --cov=cython-cmake
75- ```
76-
7769# Building docs
7870
7971You can build the docs using:
Original file line number Diff line number Diff line change 6161 run : python -m pip install .[test]
6262
6363 - name : Test package
64- run : >-
65- python -m pytest -ra --cov --cov-report=xml --cov-report=term
66- --durations=20
67-
68- - name : Upload coverage report
69- 64+ run : python -m pytest --durations=20
Original file line number Diff line number Diff line change @@ -38,11 +38,9 @@ any = "cython_cmake.cmake"
3838[project .optional-dependencies ]
3939test = [
4040 " pytest >=6" ,
41- " pytest-cov >=3" ,
4241]
4342dev = [
4443 " pytest >=6" ,
45- " pytest-cov >=3" ,
4644]
4745docs = [
4846 " sphinx>=7.0" ,
You can’t perform that action at this time.
0 commit comments