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

akrennmair / newsbeuter / 764
60%

Build:
DEFAULT BRANCH: master
Ran 23 Nov 2016 04:24PM UTC
Jobs 6
Files 129
Run time 54min
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
764

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.

3945 of 12348 relevant lines covered (31.95%)

683.63 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
rss/parser.cpp
1
100.0
src/view.cpp
1
100.0
src/rss.cpp
1
100.0
include/logger.h
1
100.0
rss/atom_parser.cpp
2
100.0
src/itemlist_formaction.cpp
3
100.0
src/cache.cpp
3
100.0
src/rss_parser.cpp
Jobs
ID Job ID Ran Files Coverage
4 764.4 (COMPILER=clang++-3.6 GCOV=/usr/bin/gcov) 23 Nov 2016 04:24PM UTC 0
30.31
Travis Job 764.4
5 764.5 (COMPILER=clang++-3.7 GCOV=/usr/bin/gcov) 23 Nov 2016 04:25PM UTC 0
31.82
Travis Job 764.5
6 764.6 (COMPILER=clang++-3.8 GCOV=/usr/bin/gcov) 23 Nov 2016 04:26PM UTC 0
31.82
Travis Job 764.6
7 764.7 (COMPILER=clang++-4.0 GCOV=/usr/bin/gcov) 23 Nov 2016 04:29PM UTC 0
31.82
Travis Job 764.7
8 764.8 (COMPILER=g++ GCOV=/usr/bin/gcov XML_CATALOG_FILES=/usr/local/etc/xml/catalog) 23 Nov 2016 05:14PM UTC 0
31.96
Travis Job 764.8
9 764.9 (COMPILER=clang++ GCOV=/usr/bin/gcov XML_CATALOG_FILES=/usr/local/etc/xml/catalog) 23 Nov 2016 05:18PM UTC 0
31.96
Travis Job 764.9
Source Files on build 764
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #764
  • 466abe15 on github
  • Prev Build on master (#763)
  • Next Build on master (#765)
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