Skip to content

Commit

Permalink
fix: replace references to src folder with modelsight folder
Browse files Browse the repository at this point in the history
  • Loading branch information
francescopisu committed Sep 24, 2023
1 parent 1cf5d37 commit 70471d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: poetry install

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

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
]
autoapi_dirs = ["../src"]
autoapi_dirs = ["../modelsight"]

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

0 comments on commit 70471d2

Please sign in to comment.