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

thatJavaNerd / JRAW / 547 / 1
82%
master: 82%

Build:
DEFAULT BRANCH: master
Ran 23 May 2015 06:20PM UTC
Files 112
Run time 5s
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

23 May 2015 06:05PM UTC coverage: 84.606% (-0.1%) from 84.749%
547.1

push

travis-ci

thatJavaNerd
Beginnings of the fluent API

This API is designed for ease of use. The current API is not very simple and
this commit attempts to address that.

This new API is based heavily on stevenroose/dart-reddit.

It is now possible to do things like this:

    RedditClient reddit = // whatever
    // authenticate the client
    FluentRedditClient fluent = new FluentRedditClient(reddit);
    Listing<Submission> frontPage = fluent.frontPage()
                                             .top(TimePeriod.DAY)
                                             .limit(10)
                                             .fetch();

2682 of 3170 relevant lines covered (84.61%)

0.85 hits per line

Source Files on job 547.1
  • Tree
  • List 0
  • Changed 7
  • Source Changed 4
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 547
  • Travis Job 547.1
  • 277f4b09 on github
  • Prev Job for on master (#546.1)
  • Next Job for on master (#548.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