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

biojppm / c4core / 22958362485

11 Mar 2026 02:44PM UTC coverage: 96.862% (+0.005%) from 96.857%
22958362485

Pull #155

github

web-flow
Merge 27f01a98e into 828c55276
Pull Request #155: Add c4::is_string<T>

28 of 29 new or added lines in 9 files covered. (96.55%)

7 existing lines in 3 files now uncovered.

3118 of 3219 relevant lines covered (96.86%)

820253.16 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/c4/language.cpp
1
#include "c4/language.hpp"
2

3
namespace c4 {
4
namespace detail {
5

6
#ifndef __GNUC__
7
void use_char_pointer(char const volatile* v)
8
{
9
    C4_UNUSED(v);
10
}
11
#else
NEW
12
void foo() {} // to avoid empty file warning from the linker
×
13
#endif
14

15
} // namespace detail
16
} // namespace c4
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