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

Don't modify dict during iteration when shortening keys #84

Merged
merged 1 commit into from
Apr 26, 2017
Merged

Conversation

mbauman
Copy link
Member

@mbauman mbauman commented Apr 21, 2017

This is a simple workaround; make dict.keys() non-lazy. Should fix #82.

This is a simple workaround; make  non-lazy. Should fix #82
@codecov-io
Copy link

codecov-io commented Apr 21, 2017

Codecov Report

Merging #84 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #84   +/-   ##
=======================================
  Coverage   95.28%   95.28%           
=======================================
  Files           4        4           
  Lines         297      297           
=======================================
  Hits          283      283           
  Misses         14       14
Impacted Files Coverage Δ
collate/collate.py 93.17% <100%> (ø) ⬆️

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 36a93e2...9682010. Read the comment docs.

@mbauman mbauman merged commit 2d97d5a into master Apr 26, 2017
@mbauman mbauman deleted the mb/82 branch April 26, 2017 17:05
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.

Heisenbug in test_helpers
2 participants