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

clear-code / cutter / 290 / 2
82%
master: 82%

Build:
DEFAULT BRANCH: master
Ran 25 Jun 2014 01:36AM UTC
Files 298
Run time 2min
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

25 Jun 2014 01:30AM UTC coverage: 74.758% (+0.007%) from 74.751%
ENABLE_COVERAGE=yes CONFIGURE_OPTIONS=--enable-coverage

push

travis-ci

kou
sample glib: remove an unmaintainable test

It causes the following warning:

    In file included from ../../cutter/cut-assertions.h:23:0,
                     from ../../cutter/cutter.h:26,
                     from regex.c:21:
    regex.c: In function 'test_split':
    ../../cutter/cut-assertions-helper.h:43:5: warning: 'cut_previous_jump_buffer' may be used uninitialized in this function [-Wmaybe-uninitialized]
         cut_test_context_set_jump_buffer(cut_get_current_test_context(),    \
         ^
    In file included from ../../cutter/cutter.h:28:0,
                     from regex.c:21:
    ../../cutter/cut-assertions-helper.h:32:14: note: 'cut_previous_jump_buffer' was declared here
         jmp_buf *cut_previous_jump_buffer;                                  \
                  ^
    ../../cutter/cut-helper.h:394:9: note: in definition of macro 'cut_trace_with_info_expression'
             expression;                                                     \
             ^
    ../../cutter/cut-assertions.h:231:9: note: in expansion of macro 'cut_test_with_user_message'
             cut_test_with_user_message(                             \
             ^
    regex.c:1193:5: note: in expansion of macro 'cut_assert_equal_int'
         cut_assert_equal_int (g_strv_length (expected), token_count); \
         ^
    regex.c:1222:3: note: in expansion of macro 'TEST_SPLIT'
       TEST_SPLIT("a", "", 0, 1, expected1);
       ^
    ../../cutter/cut-helper.h:396:5: warning: '_cut_test_context' may be used uninitialized in this function [-Wmaybe-uninitialized]
         cut_test_context_pop_backtrace(_cut_test_context);                  \
         ^
    ../../cutter/cut-helper.h:385:21: note: '_cut_test_context' was declared here
         CutTestContext *_cut_test_context;                                  \
                         ^
    ../../cutter/cut-assertions.h:230:5: note: in expansion of macro 'cut_trace_with_info_expression'
         cut_trace_with_info_expression(                             \
         ^
    regex.c:1193:5: note: in expansion of macro 'cut_assert_equal_int'
         cut_assert_equal_int (g_strv_length (expected), token_count); \
         ^
    regex.c:1222:3: note: in expansion of macro 'TEST_SPLIT'
       TEST_SPLIT("a", "", 0, 1, expected1);
       ^

But we can't fix it with simple and fuss-free way.

12107 of 16195 relevant lines covered (74.76%)

3346.48 hits per line

Source Files on job 290.2 (ENABLE_COVERAGE=yes CONFIGURE_OPTIONS=--enable-coverage)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 290
  • Travis Job 290.2
  • d82aae56 on github
  • Prev Job for ENABLE_COVERAGE=yes CONFIGURE_OPTIONS=--enable-coverage on master (#289.2)
  • Next Job for ENABLE_COVERAGE=yes CONFIGURE_OPTIONS=--enable-coverage on master (#291.2)
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