File tree Expand file tree Collapse file tree 5 files changed +466
-4
lines changed Expand file tree Collapse file tree 5 files changed +466
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ The public API of this library consists of the functions declared in file
13
13
- Fixed possible signed integer overflow in ` h3NeighborRotations ` (#707 )
14
14
- Fixed possible signed integer overflow in ` localIjToCell ` (#706 , #735 )
15
15
16
- ### Changed
16
+ ### Change
17
17
- ` assert ` on defensive code blocks that are not already covered. (#720 )
18
18
- ` clang-format ` upgraded to version 11. (#734 )
19
+ - Increased test coverage using fuzzer-discovered cases.
19
20
20
21
## [ 4.0.1] - 2022-09-15
21
22
### Fixed
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ set(OTHER_SOURCE_FILES
189
189
src/apps/testapps/testVertexGraph.c
190
190
src/apps/testapps/testCompactCells.c
191
191
src/apps/testapps/testPolygonToCells.c
192
+ src/apps/testapps/testPolygonToCellsErrors.c
192
193
src/apps/testapps/testPolygonToCellsReported.c
193
194
src/apps/testapps/testPentagonIndexes.c
194
195
src/apps/testapps/testGridDisk.c
Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ add_h3_test(testCellsToLinkedMultiPolygon src/apps/testapps/testCellsToLinkedMul
184
184
add_h3_test (testH3SetToVertexGraph src/apps/testapps/testH3SetToVertexGraph.c )
185
185
add_h3_test (testLinkedGeo src/apps/testapps/testLinkedGeo.c )
186
186
add_h3_test (testPolygonToCells src/apps/testapps/testPolygonToCells.c )
187
+ add_h3_test (testPolygonToCellsErrors src/apps/testapps/testPolygonToCellsErrors.c )
187
188
add_h3_test (testPolygonToCellsReported src/apps/testapps/testPolygonToCellsReported.c )
188
189
add_h3_test (testVertexGraph src/apps/testapps/testVertexGraph.c )
189
190
add_h3_test (testDirectedEdge src/apps/testapps/testDirectedEdge.c )
You can’t perform that action at this time.
0 commit comments