Skip to content

Commit 01be1eb

Browse files
committed
Removed code coverage CI
1 parent 2e3ea24 commit 01be1eb

File tree

3 files changed

+5
-39
lines changed

3 files changed

+5
-39
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,3 @@ jobs:
4343
run: |
4444
python -m pytest
4545
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

codecov.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@ dependencies = [
3434

3535
[project.optional-dependencies]
3636
tests = [
37-
"pytest",
38-
"pytest-cov",
37+
"pytest"
3938
]
4039
docs = [
4140
"sphinx",
4241
"sphinx_mdinclude",
43-
"sphinx_rtd_theme",
42+
"sphinx.ext.autodoc",
43+
"sphinx_book_theme",
44+
"sphinx_design",
45+
"sphinxcontrib.icon"
4446
]
4547

4648
# Command line scripts installed as part of the installation

0 commit comments

Comments
 (0)