-
Notifications
You must be signed in to change notification settings - Fork 41
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
Switch to bump my version #143
Switch to bump my version #143
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #143 +/- ##
=======================================
Coverage 96.49% 96.49%
=======================================
Files 8 8
Lines 914 914
Branches 69 69
=======================================
Hits 882 882
Misses 19 19
Partials 13 13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
tasks.py
Outdated
@@ -138,9 +143,3 @@ def docserve(c): | |||
server.watch("CONTRIBUTING.rst", lambda: docbuild(c)) | |||
server.watch("docs/*.rst", lambda: docbuild(c)) | |||
server.serve(port=DOCS_PORT, root="_build/html") | |||
|
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 must be restored
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.
You're right, it was lost on copy/paste probably
Description
Switch to bump my version
References
Fix #140