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

Add tag description option to exiv2 app #2279

Merged
merged 5 commits into from
Jul 12, 2022

Conversation

postscript-dev
Copy link
Collaborator

  • Add ::tagDesc() to (Exif | Xmp | Iptc) Datums and Keys
  • Add --Print d option to exiv2 application
  • Update testing
  • Update manpage

@codecov
Copy link

codecov bot commented Jul 11, 2022

Codecov Report

Merging #2279 (c92c601) into main (2c31430) will increase coverage by 0.03%.
The diff coverage is 71.42%.

@@            Coverage Diff             @@
##             main    #2279      +/-   ##
==========================================
+ Coverage   63.48%   63.52%   +0.03%     
==========================================
  Files         118      118              
  Lines       19595    19600       +5     
  Branches     9557     9560       +3     
==========================================
+ Hits        12440    12450      +10     
+ Misses       5091     5082       -9     
- Partials     2064     2068       +4     
Impacted Files Coverage Δ
app/exiv2app.hpp 100.00% <ø> (ø)
include/exiv2/datasets.hpp 100.00% <ø> (ø)
include/exiv2/exif.hpp 100.00% <ø> (ø)
include/exiv2/iptc.hpp 100.00% <ø> (ø)
include/exiv2/metadatum.hpp 76.92% <ø> (ø)
include/exiv2/properties.hpp 100.00% <ø> (ø)
include/exiv2/tags.hpp 33.33% <ø> (-66.67%) ⬇️
include/exiv2/xmp_exiv2.hpp 89.47% <ø> (-1.01%) ⬇️
src/exif.cpp 65.81% <50.00%> (-0.11%) ⬇️
src/iptc.cpp 64.17% <50.00%> (+0.64%) ⬆️
... and 35 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2c31430...c92c601. Read the comment docs.

@postscript-dev postscript-dev marked this pull request as ready for review July 12, 2022 13:57
@postscript-dev postscript-dev merged commit dc4ae73 into Exiv2:main Jul 12, 2022
@postscript-dev postscript-dev deleted the add_tagDesc_to_exif_app branch July 15, 2022 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants