barasher / go-exiftool

Golang wrapper for Exiftool : extract as much metadata as possible (EXIF, ...) from files (pictures, pdf, office documents, ...)
GNU General Public License v3.0
245 stars 43 forks source link

Add setters to FileMetadata #47

Closed barasher closed 3 years ago

barasher commented 3 years ago
codecov-commenter commented 3 years ago

Codecov Report

Merging #47 (cc7d167) into master (4141abd) will increase coverage by 1.31%. The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   78.83%   80.15%   +1.31%     
==========================================
  Files           2        2              
  Lines         241      257      +16     
==========================================
+ Hits          190      206      +16     
  Misses         35       35              
  Partials       16       16              
Impacted Files Coverage Δ
exiftool.go 70.85% <50.00%> (ø)
filemetadata.go 100.00% <100.00%> (ø)

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 4141abd...cc7d167. Read the comment docs.