Skip to content

Convex hull#97

Merged
nathanstouffer merged 13 commits intomainfrom
stouffer/convex-hull
Jan 16, 2026
Merged

Convex hull#97
nathanstouffer merged 13 commits intomainfrom
stouffer/convex-hull

Conversation

@nathanstouffer
Copy link
Owner

Summary

This PR introduces a couple of functions for computing the convex hull of a set of points (along with tests).

@codecov
Copy link

codecov bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.19%. Comparing base (24ceba7) to head (7eb766d).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
+ Coverage   95.07%   95.19%   +0.12%     
==========================================
  Files          30       31       +1     
  Lines        1136     1166      +30     
==========================================
+ Hits         1080     1110      +30     
  Misses         56       56              
Files with missing lines Coverage Δ
code/src/stf/include/interface/stf/alg/hull.hpp 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nathanstouffer nathanstouffer marked this pull request as ready for review January 16, 2026 02:36
@nathanstouffer nathanstouffer merged commit 65b74d0 into main Jan 16, 2026
50 checks passed
@nathanstouffer nathanstouffer deleted the stouffer/convex-hull branch January 16, 2026 02:37
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