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

ossia / score / 31341397195
19%

Build:
DEFAULT BRANCH: master
Ran 10 Aug 2026 03:43AM UTC
Jobs 1
Files 2944
Run time 4min
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

09 Aug 2026 11:14PM UTC coverage: 15.222% (-0.1%) from 15.323%
31341397195

push

github

jcelerier
cmake: raise Clang's expression nesting limit

Clang caps expression nesting at 256. Avendish assembles the module list with
std::tuple_cat, and libstdc++'s tuple constructor folds over every element:

  explicit(!(__is_implicitly_default_constructible_v<_Elements> && ...))

giving one term per module. Once the count passes 256 that stops being a
diagnostic and becomes a hard error:

  tuple:965: fatal error: instantiating fold expression with 330 arguments
             exceeded expression nesting limit

It is at 330 today and only grows as plug-ins are added, so this raises the
ceiling well clear rather than to the next value above the current count.
Costs nothing when the limit is not reached, and GCC has no equivalent cap.

30892 of 202943 relevant lines covered (15.22%)

1159.79 hits per line

Coverage Regressions

Lines Coverage ∆ File
109
0.0
0.0% src/addons/score-addon-synthimi/Synthimi/SynthimiModel.cpp
12
0.0
0.0% src/addons/score-addon-synthimi/Synthimi/SynthimiModel.hpp
12
0.0
0.0% src/plugins/score-plugin-avnd/Crousti/Painter.hpp
1
35.2
0.0% src/plugins/score-plugin-scenario/Scenario/Document/ScenarioDocument/ScenarioDocumentView.cpp
Jobs
ID Job ID Ran Files Coverage
1 31341397195.1 10 Aug 2026 03:43AM UTC 2944
15.22
GitHub Action Run
Source Files on build 31341397195
  • Tree
  • List 2944
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31341397195
  • c189cd0d on github
  • Prev Build on master (#31279282760)
  • Next Build on master (#31800453194)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc