contentauth / c2patool

Command line tool for displaying and adding C2PA manifests
Apache License 2.0
94 stars 30 forks source link

Migrate to c2pa-rs unstable_api #181

Closed ok-nick closed 2 weeks ago

ok-nick commented 1 month ago

Changes in this pull request

Migrates c2patool to use the new unstable API.

Blocked by #473 and #474.

Checklist

codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 1.75439% with 56 lines in your changes missing coverage. Please review.

Project coverage is 43.74%. Comparing base (f216d3e) to head (99022ce).

Files Patch % Lines
src/main.rs 1.75% 56 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 #181 +/- ## ========================================== - Coverage 47.89% 43.74% -4.16% ========================================== Files 4 4 Lines 666 743 +77 ========================================== + Hits 319 325 +6 - Misses 347 418 +71 ```

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

ok-nick commented 2 weeks ago

Closed in favor of #187