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

BlueBrain / libsonata / 7044152184 / 1
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 30 Nov 2023 08:58AM UTC
Files 16
Run time 0s
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

30 Nov 2023 08:56AM UTC coverage: 93.915% (-0.009%) from 93.924%
7044152184.1

push

github

web-flow
Use `using Range = std::array<Value, 2>`. (#319)

By using an `std::array` we can remove the differences between
`RawIndex` and `Selection::Ranges`. It also allows us to read
`Selection::Ranges` from disk directly via the HighFive API.

This change breaks API. One change needed is:
```
- ranges.emplace_back(i_begin, i_end);
+ ranges.push_back({i_begin, i_end});
```
another is:
```
- range.first < range.second;
+ std::get<0>(range) < std::get<1>(range);
```
both are valid for versions before and after this commit. Python code is unaffected.

1852 of 1972 relevant lines covered (93.91%)

81.95 hits per line

Source Files on job 7044152184.1
  • Tree
  • List 16
  • Changed 4
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 7044152184
  • 4095ed53 on github
  • Prev Job for on master (#7029619906.1)
  • Next Job for on master (#7114138105.1)
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