• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

apache / commons-compress / 93 / 2
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 10 Jan 2017 05:52PM UTC
Files 167
Run time 8s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Jan 2017 05:48PM UTC coverage: 83.613% (+0.03%) from 83.586%
93.2

push

travis-ci

bodewig
COMPRESS-271 test files for lz4

bla.tar.block_lz4 uses the "block" format and has been created with

https://github.com/gray/compress-lz4

and

```
use Compress::LZ4;

open(my $in, '<:raw', 'bla.tar') or die "Unable to open: $!";
my $bytes = do { local $/; <$in> };
close($in);
my $compressed = compress($bytes);
open(my $out, '>:raw', 'bla.tar.block_lz4') or die "Unable to open: $!";
syswrite $out, $compressed, length($compressed) - 4, 4;
close($out);
```

bla.tar.lz4 the "frame" format and has been created with the lz4 CLI tool.

9378 of 11216 relevant lines covered (83.61%)

0.84 hits per line

Source Files on job 93.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 93
  • Travis Job 93.2
  • 6a7a99ed on github
  • Prev Job for on master (#92.2)
  • Next Job for on master (#94.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc