-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add VoxelPalette
iterator
#723
Conversation
It's a fairly simple implementation, however, I'm a bit insecure on how should i test this? Engine tests? |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy
found issue(s) with the introduced code (1/2)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy
found issue(s) with the introduced code (2/2)
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #723 +/- ##
=======================================
Coverage 38.15% 38.15%
=======================================
Files 99 99
Lines 6576 6576
=======================================
Hits 2509 2509
Misses 4067 4067 ☔ View full report in Codecov by Sentry. |
ec2c051
to
a587258
Compare
No clang-tidy warnings found so I assume my comments were addressed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ty for working on this!
The tests are currently broken :( #564 Ig you can skip it for now |
68b7be6
to
4b2b33a
Compare
6d2442c
to
8c2325e
Compare
Description
Add VoxelPalette iterator
Checklist