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

ben-manes / caffeine / 2667
100%

Build:
DEFAULT BRANCH: master
Ran 05 Nov 2020 05:48AM UTC
Jobs 1
Files 77
Run time 11s
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

pending completion
2667

push

travis-ci

ben-manes
Simplify trace reader interface by not throwing IOException

This removes the checked exception from the interface, which is never
needed by the implementations. The synthetic ones perform no I/O, while
the file-based ones utilize an abstract base class templates. Instead
that exception can be rethrown as unchecked, since it will halt the
simulator as non-recoverable.

This minor nit was because PMD now errors on simple aggregation loop,
which used a Stream.empty() as the base to concatinate on. Since that
variable was reassigned and not closed, its updated check would need
to be suppressed. Now that the checked exception is gone, it can be
replaced using flatMap to concat trace events.

6227 of 6685 relevant lines covered (93.15%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2667.2 (TERM=dumb ORG_GRADLE_PROJECT_checksumFailOn=build_finish ORG_GRADLE_PROJECT_checksumPrint=true ORG_GRADLE_PROJECT_checksumIgnore=false GROUP=tests) 05 Nov 2020 05:48AM UTC 0
93.15
Travis Job 2667.2
Source Files on build 2667
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2667
  • f5ababd4 on github
  • Prev Build on master (#2664)
  • Next Build on master
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