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

BlueBrain / libsonata / 7044152184
94%

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

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.

38 of 39 new or added lines in 3 files covered. (97.44%)

1852 of 1972 relevant lines covered (93.91%)

81.95 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
91.67
0.03% src/report_reader.cpp
Jobs
ID Job ID Ran Files Coverage
1 7044152184.1 30 Nov 2023 08:58AM UTC 16
93.91
GitHub Action Run
Source Files on build 7044152184
  • Tree
  • List 16
  • Changed 4
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4095ed53 on github
  • Prev Build on master (#7029619906)
  • Next Build on master (#7114138105)
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