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

Exit when a tree cannot be read by the node data reader #605

Merged
merged 1 commit into from
Aug 14, 2020

Conversation

huddlej
Copy link
Contributor

@huddlej huddlej commented Aug 14, 2020

Instead of returning None when the tree cannot be read by the node data reader,
exit like the other methods in the class do. This commit adds a unit test to
represent this expected behavior.

Instead of returning None when the tree cannot be read by the node data reader,
exit like the other methods in the class do. This commit adds a unit test to
represent this expected behavior.
@codecov
Copy link

codecov bot commented Aug 14, 2020

Codecov Report

Merging #605 into master will increase coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #605      +/-   ##
==========================================
+ Coverage   28.31%   28.38%   +0.06%     
==========================================
  Files          39       39              
  Lines        5332     5331       -1     
  Branches     1306     1306              
==========================================
+ Hits         1510     1513       +3     
+ Misses       3769     3765       -4     
  Partials       53       53              
Impacted Files Coverage Δ
augur/util_support/node_data_reader.py 94.87% <ø> (+9.87%) ⬆️

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 f212bad...4640628. Read the comment docs.

@huddlej huddlej merged commit 40d1bd2 into master Aug 14, 2020
@huddlej huddlej deleted the clean-up-node-data-reader branch August 14, 2020 18:43
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.

1 participant