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

rttrorg / rttr / 795 / 3
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 26 Mar 2018 05:15PM UTC
Files 159
Run time 5s
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

26 Mar 2018 05:05PM UTC coverage: 93.177% (+0.7%) from 92.445%
NAME="code coverage x86" COMPILER=g++-4.8 ARCH=x86 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true

push

travis-ci

web-flow
Feature remove variant array view (#144)

!REMARK API CHANGE!
* removed variant_array_view class

"variant_array_view" class is not needed anymore.
For iterating over array use instead the class "variant_sequential_view"

`bool type::is_array()` now returns only true when the type is a raw C-style array.
Before that, even for `std::vector<T>` it has returned true.
Use `bool typ::is_sequential_container()` for this check now.
It will return true also for raw C-style arrays.

- removed property::is_array() member function
use instead following methods to check if a property is an array:
 property::get_type()::is_sequential_container()
 property::get_type()::get_raw_type()::is_sequential_container()
 property::get_type()::get_wrapped_type()::is_sequential_container()

 An sequential_container is always also an raw C-style array

5353 of 5745 relevant lines covered (93.18%)

2021.37 hits per line

Source Files on job 795.3 (NAME="code coverage x86" COMPILER=g++-4.8 ARCH=x86 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true)
  • Tree
  • List 0
  • Changed 44
  • Source Changed 25
  • Coverage Changed 43
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • Travis Job 795.3
  • ca675527 on github
  • Prev Job for NAME="code coverage x86" COMPILER=g++-4.8 ARCH=x86 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true on master (#791.3)
  • Next Job for NAME="code coverage x86" COMPILER=g++-4.8 ARCH=x86 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true on master (#797.3)
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