Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Conversation

@ivanklee86
Copy link
Owner

@ivanklee86 ivanklee86 commented Nov 5, 2018

Description

Please include a summary of the change and which issue is fixed (if any).

Fixes #4

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

  • Unit tests
  • Integration tests
  • Manual tests

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@ivanklee86 ivanklee86 self-assigned this Nov 5, 2018
@ivanklee86 ivanklee86 added the enhancement New feature or request label Nov 5, 2018
@coveralls
Copy link

coveralls commented Nov 5, 2018

Pull Request Test Coverage Report for Build 14

  • 36 of 47 (76.6%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 76.596%

Changes Missing Coverage Covered Lines Changed/Added Lines %
envadmin/cli.py 29 40 72.5%
Totals Coverage Status
Change from base Build 7: 0.0%
Covered Lines: 36
Relevant Lines: 47

💛 - Coveralls

@ivanklee86 ivanklee86 merged commit 76fd869 into master Nov 5, 2018
@ivanklee86 ivanklee86 deleted the il/cli_setup branch November 5, 2018 11:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set up initial CLI structure with click

3 participants