Closed HexDecimal closed 1 year ago
:exclamation: No coverage uploaded for pull request base (
master@c599713
). Click here to learn what that means. The diff coverage isn/a
.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
@@ Coverage Diff @@
## master #68 +/- ##
=========================================
Coverage ? 99.42%
=========================================
Files ? 1
Lines ? 174
Branches ? 0
=========================================
Hits ? 173
Misses ? 1
Partials ? 0
Tox told to install the package in development mode to make a few things work such as test coverage paths.
Tox now reports code coverage using
pytest-cov
. Closes #16Using Codecov.io for no reason other than that I'm most familiar with it. You can see how it looks here. There might be more to setup for this, you might have to enable
kvas-it/pytest-console-scripts
on codecov.io. I'll add a badge for this later.I could not get
tox-gh-actions
working as well as I wanted. I ended up removing it and using thepy
env instead. I can revert this if you want. Linters are being run on all versions of Python in the CI, Mypy benefits from this but it could be handled better. This is mostly due to my inexperience with Tox.Tox linting changed to use the active version of Python.