Skip to content
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

[DOC] Adds logging to workflow functions #61

Merged
merged 3 commits into from
Jul 25, 2019
Merged

[DOC] Adds logging to workflow functions #61

merged 3 commits into from
Jul 25, 2019

Conversation

rmarkello
Copy link
Owner

Begins to address (but certainly does not close) #36.

So that you know what's happening and get some stats about things when you run the functions!

Also includes a `verbose` parameter to titrate logging levels. Currently
limited logging but it's a start!
@coveralls
Copy link

coveralls commented Jun 27, 2019

Pull Request Test Coverage Report for Build 229

  • 13 of 13 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.05%) to 97.216%

Totals Coverage Status
Change from base Build 219: 0.05%
Covered Lines: 943
Relevant Lines: 970

💛 - Coveralls

Or, at the very least, we're still testing for it. Removes all f-strings
(:sob:) and other references to 3.6 only.
@codecov-io
Copy link

codecov-io commented Jul 8, 2019

Codecov Report

Merging #61 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #61      +/-   ##
=========================================
+ Coverage   97.16%   97.2%   +0.03%     
=========================================
  Files          24      24              
  Lines         954     967      +13     
=========================================
+ Hits          927     940      +13     
  Misses         27      27
Impacted Files Coverage Δ
abagen/info.py 100% <ø> (ø) ⬆️
abagen/allen.py 99.17% <100%> (+0.09%) ⬆️

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 cc80ff6...2c09012. Read the comment docs.

Get rid of annoying nonsense outputs that were set up so travis didn't
time out.
@rmarkello rmarkello merged commit 95c79cd into master Jul 25, 2019
@rmarkello rmarkello deleted the logging branch July 25, 2019 16:10
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