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

akrennmair / newsbeuter / 818 / 3
60%
master: 60%

Build:
DEFAULT BRANCH: master
Ran 03 Jan 2017 05:20PM UTC
Files 129
Run time 7s
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

03 Jan 2017 05:08PM UTC coverage: 31.842%. Remained the same
COMPILER=g++-6 GCOV=/usr/bin/gcov-6

push

travis-ci

Minoru
test/cache::catchup_all: fix unread items counting

The gist of the bug this fixes is:

-if (! item->unread()) {
+if (item->unread()) {

In other words, we treated unread items as read when counting.

The rest of the changes just restore the test to the form it should've
been in from the very beginning.

3609 of 11334 relevant lines covered (31.84%)

82.16 hits per line

Source Files on job 818.3 (COMPILER=g++-6 GCOV=/usr/bin/gcov-6)
  • Tree
  • List 0
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 818
  • Travis Job 818.3
  • 293d17e3 on github
  • Prev Job for COMPILER=g++-6 GCOV=/usr/bin/gcov-6 on master (#817.3)
  • Next Job for COMPILER=g++-6 GCOV=/usr/bin/gcov-6 on master (#819.3)
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