-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add tox testing and coverage #107
Conversation
quantumjot
commented
Apr 6, 2022
•
edited
Loading
edited
- add tox for testing on win, mac os and ubuntu for py 3.7-3.9
- add codecov report
- add badges to README
Codecov Report
@@ Coverage Diff @@
## main #107 +/- ##
======================================
Coverage ? 0.00%
======================================
Files ? 12
Lines ? 1432
Branches ? 0
======================================
Hits ? 0
Misses ? 1432
Partials ? 0 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just some suggestions
tox.ini
Outdated
platform = | ||
macos: darwin | ||
linux: linux | ||
windows: win32 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why test on Windows 32bit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good question! will change to windows
-- this will prob be true for the other plugins too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
Co-authored-by: Patrick Roddy <[email protected]>
Co-authored-by: Patrick Roddy <[email protected]>
Co-authored-by: Patrick Roddy <[email protected]>