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

refactor vector wrappers #155

Merged
merged 12 commits into from
Jul 13, 2024
Merged

refactor vector wrappers #155

merged 12 commits into from
Jul 13, 2024

Conversation

rainyl
Copy link
Owner

@rainyl rainyl commented Jul 13, 2024

fix: #154

@codecov-commenter
Copy link

codecov-commenter commented Jul 13, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 84.65267% with 190 lines in your changes missing coverage. Please review.

Project coverage is 90.78%. Comparing base (f35fb8d) to head (2ea367b).
Report is 1 commits behind head on main.

Files Patch % Lines
lib/src/core/vec.dart 80.82% 56 Missing ⚠️
lib/src/core/point.dart 80.00% 50 Missing ⚠️
lib/src/core/dmatch.dart 73.43% 17 Missing ⚠️
lib/src/core/mat.dart 69.09% 17 Missing ⚠️
lib/src/core/rect.dart 72.34% 13 Missing ⚠️
lib/src/core/cv_vec.dart 95.71% 12 Missing ⚠️
lib/src/core/keypoint.dart 77.27% 10 Missing ⚠️
lib/src/core/size.dart 0.00% 6 Missing ⚠️
lib/src/dnn/dnn_async.dart 57.14% 3 Missing ⚠️
lib/src/dnn/dnn.dart 50.00% 2 Missing ⚠️
... and 4 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #155      +/-   ##
==========================================
- Coverage   91.61%   90.78%   -0.84%     
==========================================
  Files          57       56       -1     
  Lines        8209     8368     +159     
==========================================
+ Hits         7521     7597      +76     
- Misses        688      771      +83     

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

@rainyl rainyl merged commit 9168144 into main Jul 13, 2024
@rainyl rainyl deleted the struct-vec branch July 16, 2024 00:59
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.

Refactor vector wrappers
2 participants