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

ossama-othman / MaRC / 371
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 23 Aug 2018 08:56PM UTC
Jobs 1
Files 109
Run time 3min
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
371

push

travis-ci

ossama-othman
Don't bother storing std::string in optional<>.

It's redundant to store a std::string in a MaRC::optional<> since we
can just rely on the std::string::empty() method to determine if a
string has a value in this particular context.  Once MaRC switches to
C++17, we may want to revisit this decision since MaRC's simple C++14
based implementation::optional<> is not as a good as C++17's
std::optional<> in terms of construction and destruction performance.

654 of 1417 relevant lines covered (46.15%)

5137.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 371.1 (MATRIX_EVAL="CC=gcc-5 && CXX=g++-5") 23 Aug 2018 08:56PM UTC 0
46.15
Travis Job 371.1
Source Files on build 371
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #371
  • 55b8e953 on github
  • Prev Build on automation (#370)
  • Next Build on automation (#372)
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