Jason Kiniry
Jason Kiniry
I'm getting the same thing with `.tar.gz` files included in my `deb` package. ` cannot copy extracted data for 'opt/app/app-files-1.1.0.tar.gz' to '/opt/app/app-files-1.1.0.tar.gz.dpkg-new': unexpected end of file or stream` I'm starting...
So, I reinstalled using `cargo install --no-default-features cargo-deb`, and the re-generated `deb` file with this version installs without the decompression error. I'm guessing it's a bug in `xz2`.
You'll need to specify `DEVEL_COVER_DB_FORMAT=JSON` as an environment variable for the `Devel::Cover` run to output the databases in a `JSON` compatible format. The default is `Sereal` as described [here](https://metacpan.org/pod/Devel::Cover#Developer-variables).
Did the cobertura reporter on CPAN not work for you? https://metacpan.org/pod/Devel::Cover::Report::Cobertura
I had some luck in speeding up a Devel::Cover coverage run for a large codebase by [specifying JSON](https://metacpan.org/pod/Devel::Cover#Developer-variables) as an output format instead of Sereal. The parser for the cover...
Does anyone know what's holding this up from being stabilized? Any information would be appreciated. Thank you!