-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-organize repository #20
Conversation
* Update unittests.yml * add coverage * update CI * Update ci.yml
Codecov ReportBase: 56.68% // Head: 56.49% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #20 +/- ##
==========================================
- Coverage 56.68% 56.49% -0.20%
==========================================
Files 9 8 -1
Lines 441 439 -2
==========================================
- Hits 250 248 -2
Misses 191 191
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This PR updates the installation in order to facilitate ci/cd publishing it at PyPi (upcoming PR) and adds missing documentations and code-style checks.
I've update the old
setup.py
in favor of the newer andpyproject.toml
(pypa/setuptools#1688).