rainyl / opencv_dart

OpenCV bindings for Dart language and Flutter.
https://pub.dev/packages/opencv_dart
Apache License 2.0
78 stars 10 forks source link

Optimize vector returns #71

Closed rainyl closed 3 weeks ago

rainyl commented 3 weeks ago

Optimize vector returns

codecov-commenter commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 72.97297% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 90.00%. Comparing base (e7c6682) to head (c6a035e).

Files Patch % Lines
lib/src/dnn/dnn.dart 50.00% 3 Missing :warning:
lib/src/imgproc/imgproc.dart 50.00% 3 Missing :warning:
lib/src/objdetect/objdetect.dart 84.61% 2 Missing :warning:
lib/src/video/video.dart 33.33% 2 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #71 +/- ## ========================================== + Coverage 89.66% 90.00% +0.34% ========================================== Files 36 36 Lines 5294 5274 -20 ========================================== Hits 4747 4747 + Misses 547 527 -20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.