rainyl / opencv_dart

OpenCV bindings for Dart language and Flutter. Support Asynchronous Now!
https://pub.dev/packages/opencv_dart
Apache License 2.0
136 stars 18 forks source link

use ndk from conan #187

Closed rainyl closed 3 months ago

rainyl commented 3 months ago

Android lib compiled on windows and WSL with Ubuntu 24.04 works as expected, but I don't know why it compiled by github workflow Ubuntu 22.04 doesn't work...

And the library compiled by Github CI Ubuntu 24.04 also works, so weird.

Anyway I am going to upgrade CI of Release/android to ubuntu 24.04

codecov-commenter commented 3 months ago

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

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.22%. Comparing base (a6f6934) to head (cae900e).

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #187 +/- ## ======================================= Coverage 91.22% 91.22% ======================================= Files 56 56 Lines 8372 8372 ======================================= Hits 7637 7637 Misses 735 735 ```

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

rainyl commented 3 months ago

And, to avoid a re-publish, I am going to update the attachments of the release https://github.com/rainyl/opencv_dart/releases/tag/v1.2.0

My fault, v1.2.0 works as expected. And so strange, I created a new object and it works as expected.