felixc / rexiv2

Rust library for read/write access to media-file metadata (Exif, XMP, and IPTC)
GNU General Public License v3.0
79 stars 17 forks source link

Set up test coverage reporting #34

Closed felixc closed 2 years ago

felixc commented 5 years ago

We used to have this (tracked in https://github.com/felixc/rexiv2/issues/18, set up in https://github.com/felixc/rexiv2/commit/90ae678d6c39d56b1ea4c32344fd486e0b2fc250), but it had to be removed in https://github.com/felixc/rexiv2/commit/1aff63ed8e298a7e3614e09a972ca433fd1775f5 because the travis-cargo project we'd been using had broken ages ago was no longer actually uploading coverage info.

It would be nice to have it back!

felixc commented 2 years ago

Done in https://github.com/felixc/rexiv2/pull/55