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

Double precision #895

Merged
merged 32 commits into from
Sep 3, 2024

disable zebra test on windows

6fbd851
Select commit
Loading
Failed to load commit list.
Merged

Double precision #895

disable zebra test on windows
6fbd851
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 3, 2024 in 0s

89.76% (-2.08%) compared to d437097

View this Pull Request on Codecov

89.76% (-2.08%) compared to d437097

Details

Codecov Report

Attention: Patch coverage is 89.97155% with 141 lines in your changes missing coverage. Please review.

Project coverage is 89.76%. Comparing base (d437097) to head (6fbd851).
Report is 82 commits behind head on master.

Files with missing lines Patch % Lines
src/utilities/include/public.h 55.55% 20 Missing ⚠️
test/manifoldc_test.cpp 60.52% 15 Missing ⚠️
bindings/c/manifoldc.cpp 38.09% 13 Missing ⚠️
bindings/c/conv.cpp 23.07% 10 Missing ⚠️
src/manifold/src/smoothing.cpp 93.33% 9 Missing ⚠️
bindings/c/cross.cpp 0.00% 8 Missing ⚠️
bindings/c/box.cpp 12.50% 7 Missing ⚠️
bindings/c/rect.cpp 0.00% 7 Missing ⚠️
src/utilities/include/svd.h 91.35% 7 Missing ⚠️
src/manifold/src/sort.cpp 73.91% 6 Missing ⚠️
... and 18 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #895      +/-   ##
==========================================
- Coverage   91.84%   89.76%   -2.08%     
==========================================
  Files          37       66      +29     
  Lines        4976     9813    +4837     
  Branches        0     1055    +1055     
==========================================
+ Hits         4570     8809    +4239     
- Misses        406     1004     +598     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.