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

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

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

03 Jan 2017 05:08PM UTC coverage: 31.74%. Remained the same
COMPILER=clang++-3.7 GCOV=/usr/bin/gcov

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.

3910 of 12319 relevant lines covered (31.74%)

112.13 hits per line

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