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

RippeR37 / libbase
83%

Build:
DEFAULT BRANCH: master
Repo Added 18 Aug 2019 02:35PM UTC
Files 93
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • dev/FTR-1/callback/1
  • develop

pending completion
49

push

travis-ci

RippeR37
Use custom gtest entry point which sets up logging and signal handlers.

This commits sets up custom entry point for unit tests (`main()` implementation)
which sets up logging and signal handlers to receive useful information like
stack traces upon crashes.

348 of 419 relevant lines covered (83.05%)

24.63 hits per line

Relevant lines Covered
Build:
Build:
419 RELEVANT LINES 348 COVERED LINES
24.63 HITS PER LINE
Source Files on master
  • Tree
  • List 33
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
49 master Use custom gtest entry point which sets up logging and signal handlers. This commits sets up custom entry point for unit tests (`main()` implementation) which sets up logging and signal handlers to receive useful information like stack traces upo... push 18 Nov 2020 03:23AM UTC RippeR37 travis-ci pending completion  
43 master Added `base::AutoReset` with unit tests. This construct allows for temporary change of variable's value inside specific scope. Example usage: bool working = false; // might be member { base::AutoReset<bool> auto_reset{&working, true}; ... push 13 Nov 2020 11:25PM UTC RippeR37 travis-ci pending completion  
35 master Extend travis CI script to introduce new jobs (more compilers and configs) This commits extends `.travis.yml` script to trigger more builds with: - different compilers (GCC 7..10, Clang 7..10) - different build types (Release, Debug) - special ta... push 16 Sep 2020 10:34PM UTC RippeR37 travis-ci pending completion  
11 master Exclude `tests` directory from test coverage reports. push 14 Sep 2020 07:02PM UTC RippeR37 travis-ci pending completion  
9 master Fix compilation on GCC older than 8.0. In GCC older than 8.0 there was a bug which triggered a warning when someone used expression similar to: using std::chrono_literals::operator""ms Since this project treats warnings as errors, this preven... push 14 Sep 2020 05:45PM UTC RippeR37 travis-ci pending completion  
See All Builds (30)
  • Repo on GitHub
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

© 2025 Coveralls, Inc