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

Revert breaking changes on DelaunayTessellation iteration #61

Merged
merged 1 commit into from
May 20, 2022

Conversation

dkarrasch
Copy link
Collaborator

@dkarrasch dkarrasch commented May 20, 2022

Turns out this was breaking code that manually iterated through the tessellation. If we change it, it should come with a minor version bump. Introduced in #59.

@codecov
Copy link

codecov bot commented May 20, 2022

Codecov Report

Merging #61 (492c1d1) into master (daddf7b) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   87.19%   87.21%   +0.02%     
==========================================
  Files           1        1              
  Lines         445      446       +1     
==========================================
+ Hits          388      389       +1     
  Misses         57       57              
Impacted Files Coverage Δ
src/VoronoiDelaunay.jl 87.21% <100.00%> (+0.02%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@dkarrasch dkarrasch merged commit 82505af into master May 20, 2022
@dkarrasch dkarrasch deleted the dk/revert branch May 20, 2022 12:48
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