uber / h3

Hexagonal hierarchical geospatial indexing system
https://h3geo.org
Apache License 2.0
4.92k stars 468 forks source link

add Clang sanitizer checks in CI #711

Closed isaacbrodsky closed 2 years ago

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-0.05%) to 98.993% when pulling 54be89efc6f906bd7ca967aecf054267f85134a9 on isaacbrodsky:fsanitize-in-ci into 59a419658b1ca24bd408cab7812128a45b936d11 on uber:master.

nrabinowitz commented 2 years ago

Does this supersede https://github.com/uber/h3/pull/710?

isaacbrodsky commented 2 years ago

Does this supersede #710?

No, that PR appears to be addressing a different issue in the ratio calculation, it doesn't address the divide by zero problem.