Closed AdrianDAlessandro closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.76%. Comparing base (
1ec99d4
) to head (ef300b4
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Package should be installed in editable mode for tests to pass. This is already done in CI and was in the old (currently published) version of the docs, but not the most up to date version of the docs.
Fixes #330
Type of change
Key checklist
python -m pytest
)python -m sphinx -b html docs docs/build
)pre-commit run --all-files
)Further checks