Skip to content

Conversation

@JaviCerveraIngram
Copy link
Collaborator

This one should not cause much trouble :)

@codecov-io
Copy link

codecov-io commented Mar 7, 2019

Codecov Report

Merging #17 into master will increase coverage by 0.14%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   82.45%   82.59%   +0.14%     
==========================================
  Files          23       23              
  Lines         473      477       +4     
==========================================
+ Hits          390      394       +4     
  Misses         83       83
Impacted Files Coverage Δ
connect/resource/base.py 81.08% <100%> (ø) ⬆️
connect/config.py 92.1% <100%> (+0.92%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dd6b6eb...db5ec96. Read the comment docs.

README.md Outdated
# set logger level / default level ERROR
logger.setLevel("DEBUG")

# If we remove this line, it is done implicitly
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For example - better to do not bloat code with some defaults (logger, config, etc) - less code -> simpler to understand

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You want me to remove those two lines then? The good thing of having them there is that they serve as indication on how to set logger level and how to explicitly initialize (maybe with a different file name).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or maybe remove them from the README to make it as simple as possible, but leave it on example.py?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove Config and debug

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@vgrebenschikov vgrebenschikov merged commit 23da37f into cloudblue:master Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants