-
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
Add support for community contributions #79
Add support for community contributions #79
Conversation
Codecov Report
@@ Coverage Diff @@
## main #79 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 4 +1
Lines 136 159 +23
Branches 32 35 +3
=========================================
+ Hits 136 159 +23
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
This looks great to me 👍🏽
Do we want to relax the codecov requirements for the CI to pass? |
Thanks for the quick review @andersy005! I'll modify the tests to improve code coverage before merging. I plan to submit another PR to drop 3.7 support and test on 3.10 following NEP 0029, so I think we can ignore that failure. |
This PR add components that will enable community contributions:
Closes #32
Closes #44