File tree Expand file tree Collapse file tree 3 files changed +5
-39
lines changed Expand file tree Collapse file tree 3 files changed +5
-39
lines changed Original file line number Diff line number Diff line change 43
43
run : |
44
44
python -m pytest
45
45
46
- coverage :
47
- name : Coverage Testing
48
- runs-on : ubuntu-latest
49
-
50
- steps :
51
- - name : Checkout repository
52
- uses : actions/checkout@v4
53
-
54
- - uses : actions/setup-python@v5
55
- with :
56
- python-version : " 3.13"
57
-
58
- - name : Install Python package
59
- run : |
60
- python -m pip install .[tests]
61
-
62
- - name : Run Python tests
63
- working-directory : ./tests
64
- run : |
65
- python -m pytest --cov --cov-report=xml
66
-
67
- - name : Upload coverage to Codecov
68
- uses : codecov/codecov-action@v5
69
- with :
70
- fail_ci_if_error : true
71
- files : ./tests/coverage.xml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -34,13 +34,15 @@ dependencies = [
34
34
35
35
[project .optional-dependencies ]
36
36
tests = [
37
- " pytest" ,
38
- " pytest-cov" ,
37
+ " pytest"
39
38
]
40
39
docs = [
41
40
" sphinx" ,
42
41
" sphinx_mdinclude" ,
43
- " sphinx_rtd_theme" ,
42
+ " sphinx.ext.autodoc" ,
43
+ " sphinx_book_theme" ,
44
+ " sphinx_design" ,
45
+ " sphinxcontrib.icon"
44
46
]
45
47
46
48
# Command line scripts installed as part of the installation
You can’t perform that action at this time.
0 commit comments