-
Notifications
You must be signed in to change notification settings - Fork 122
Move from fab to invoke #422
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #422 +/- ##
=======================================
Coverage 88.97% 88.97%
=======================================
Files 9 9
Lines 2676 2676
=======================================
Hits 2381 2381
Misses 295 295 Continue to review full report at Codecov.
|
wheel distribution. | ||
|
||
If you want to see the details about what `invoke` is doing under the hood, | ||
have a look at `tasks.py`. |
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.
Thanks for updating the documentation. I've never used invoke before, but it seems relatively straightforward.
## Publishing a new release | ||
|
||
Since 0.9.2, the process of publishing a new release of `cmd2` to [PyPi](https://pypi.org/) has been | ||
mostly automated. The manual steps are all git operations. Here's the checklist: |
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 automated clear process is most welcome! Thanks you.
``` | ||
|
||
Then use your web browser of choice to look at the results which are in `<cmd2>/htmlcov/index.html`. | ||
Running the test suite also calculates test code coverage. A summary of coverage |
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.
I like that this makes doing code coverage a lot easier.
Fixes #408 and #399.
To see a list of all development related tasks do: