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

akrennmair / newsbeuter / 764 / 4
60%
master: 60%

Build:
DEFAULT BRANCH: master
Ran 23 Nov 2016 04:24PM 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

23 Nov 2016 04:08PM UTC coverage: 30.306%. Remained the same
COMPILER=clang++-3.6 GCOV=/usr/bin/gcov

push

travis-ci

Minoru
Build for warnings first, then for tests (#430)

[GCC's online docs on warnings]
(https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html) contain
numerous notes along the lines of "this warning is only enabled when
optimizations are enabled" and "the precision of this warning depends on
the optimization level". But optimizations are at odd with debugging.

Thus we now have two stages in our build script.

First we compile with `-O3`, hoping that this will give us the best
warnings the compiler can issue. Tests are compiled but aren't run;
we're only interested in our code not looking suspicious to the
compiler.

We then `distclean` and proceed to the second stage, where we compile
without optimizations but with profiling. This stage runs test.

As always, we only report coverage on successful build.

3630 of 11978 relevant lines covered (30.31%)

116.69 hits per line

Source Files on job 764.4 (COMPILER=clang++-3.6 GCOV=/usr/bin/gcov)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 764
  • Travis Job 764.4
  • 466abe15 on github
  • Prev Job for COMPILER=clang++-3.6 GCOV=/usr/bin/gcov on master (#763.4)
  • Next Job for COMPILER=clang++-3.6 GCOV=/usr/bin/gcov on master (#765.4)
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