Skip to content

Commit 70471d2

Browse files
committed
fix: replace references to src folder with modelsight folder
1 parent 1cf5d37 commit 70471d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: poetry install
2828

2929
- name: Execute tests
30-
run: poetry run python -m pytest -v tests/ --cov=src --cov-report=xml -rP
30+
run: poetry run python -m pytest -v tests/ --cov=modelsight --cov-report=xml -rP
3131

3232
- name: Upload coverage reports to Codecov
3333
uses: codecov/codecov-action@v3

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"sphinx.ext.napoleon",
2222
"sphinx.ext.viewcode",
2323
]
24-
autoapi_dirs = ["../src"]
24+
autoapi_dirs = ["../modelsight"]
2525

2626
# List of patterns, relative to source directory, that match files and
2727
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)