Closed ghost closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
8d9b898
) 4.27% compared to head (13f72c9
) 4.26%. Report is 5 commits behind head on master.:exclamation: Current head 13f72c9 differs from pull request most recent head 90491a0. Consider uploading reports for the commit 90491a0 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Modern Python projects should use pyproject.toml to describe their projects since "setup.py install" is deprecated.
Update setup.py to remove setuptools_scm which was unused, and move version handling into a get_version function.
Add pyproject.toml with the information from setup.py.