-
Notifications
You must be signed in to change notification settings - Fork 39
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
Improvements for local dev and CI tools #66
Conversation
Codecov Report
@@ Coverage Diff @@
## master #66 +/- ##
==========================================
- Coverage 98.73% 97.82% -0.91%
==========================================
Files 8 8
Lines 316 322 +6
Branches 0 30 +30
==========================================
+ Hits 312 315 +3
Misses 4 4
- Partials 0 3 +3
Continue to review full report at Codecov.
|
I'm not quite sure why that Codedov report is saying coverage decreased. |
i dont think its a big deal. if you think evrything ready, i will merge the pr. |
Yes, if it all looks good to you, go ahead and merge it. |
Closes #65. This also adds some other pytest, coverage, and GitHub Actions features that I use in my own projects. If there are any of these items you don't want, let me know and I'll remove it from the PR.
Scripts
lint
,test
,cover
)time.sleep()
calls in tests, this significantly reduces total test time!GitHub Actions