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

rttrorg / rttr / 209 / 8
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: vcpkg-instructions
DEFAULT BRANCH: master
Ran 22 Apr 2016 09:19PM UTC
Files 130
Run time 6s
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

22 Apr 2016 09:02PM UTC coverage: 92.185% (+0.07%) from 92.112%
COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true

push

travis-ci

acki-m
fixed invalid access of memory, reported by valgrind.

The reason for the invalid access reported by valgrind, was because of an already removed
std::string in "custom_names" which was accessed via the string_view in "m_custom_name_to_id".
There were two string_views with the same name inserted into the flat_map. Which should not be allowed.

Therefore the flat_map class is now really a map, no double entires. And a separate class flat_multimap was created.

To really fix the memory access error, I switched to use std::string now for the mapping of custom name to id.
Which increases the memory usage, but makes the memory management easier.

4164 of 4517 relevant lines covered (92.19%)

906.81 hits per line

Source Files on job 209.8 (COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true)
  • Tree
  • List 0
  • Changed 5
  • Source Changed 4
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 209
  • Travis Job 209.8
  • 0a7cbc8e on github
  • Prev Job for COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true on add_string_view (#208.8)
  • Next Job for COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true on add_string_view (#210.8)
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