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

ossia / score / 33347889122
38%

Build:
DEFAULT BRANCH: master
Ran 31 Aug 2026 02:51AM UTC
Jobs 1
Files 3100
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

31 Aug 2026 01:32AM UTC coverage: 23.558% (-0.01%) from 23.572%
33347889122

push

github

jcelerier
build: force -O0 project-wide under UBSan

UBSan above -O0 is superlinear in the optimiser here: one score_plugin_avnd TU
measured >420 s and 5.7 GB at -O1 against ~14 s at -O0, with identical sanitizer
coverage. The existing rule covered that one plug-in, so every other target still
paid it.

This is a workaround for a toolchain defect rather than something worth keeping,
so it is opt-out: -DSCORE_UBSAN_KEEP_OPTIMISATION=1 builds a UBSan tree at the
build type's own optimisation level, which is how to check whether the compiler
still needs this. The block should be deleted once it does not.

ASan is deliberately not included. It is unaffected by this defect, and its
memory cost at -O2 is a function of build parallelism rather than optimisation
level.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014rZgzE8JjWvHDtaVUhxpLE

53185 of 225766 relevant lines covered (23.56%)

61848.07 hits per line

Coverage Regressions

Lines Coverage ∆ File
359
4.09
-0.09% src/plugins/score-plugin-gfx/Gfx/GStreamer/GStreamerDevice.cpp
311
4.04
-0.02% src/plugins/score-plugin-gfx/Gfx/GPhoto2/GPhoto2Device.cpp
255
0.0
0.0% src/plugins/score-plugin-gfx/Gfx/Window/OutputMapping.cpp
205
0.0
0.0% src/plugins/score-plugin-gfx/Gfx/Graph/decoders/ColorSpace.hpp
140
12.44
-0.2% src/plugins/score-plugin-gfx/Gfx/WindowCapture/WindowCaptureDevice.cpp
113
23.19
0.0% src/plugins/score-plugin-gfx/Gfx/Libav/LibavDevice.cpp
104
0.0
0.0% src/plugins/score-plugin-threedim/Threedim/Vox.cpp
96
0.0
0.0% src/plugins/score-plugin-gfx/Gfx/Graph/decoders/RGBA.hpp
88
20.26
-1.35% src/plugins/score-plugin-gfx/Gfx/CameraDevice.cpp
72
27.31
-1.82% src/plugins/score-plugin-gfx/Gfx/WindowDevice.cpp
63
6.63
-0.12% src/plugins/score-plugin-gfx/Gfx/Filter/Library.cpp
61
9.47
-0.11% src/plugins/score-plugin-gfx/Gfx/Sh4lt/Sh4ltOutputDevice.cpp
42
52.07
0.81% src/lib/score/tools/Timers.cpp
42
0.0
0.0% src/plugins/score-plugin-js/JS/Qml/EditContext.ui.cpp
42
11.68
-0.07% src/plugins/score-plugin-js/JS/Qml/QmlObjects.hpp
33
0.0
0.0% src/plugins/score-plugin-gfx/Gfx/GfxInputDevice.hpp
28
0.0
0.0% src/plugins/score-plugin-gfx/Gfx/Graph/decoders/GPUVideoDecoderFactory.cpp
27
0.0
0.0% src/plugins/score-plugin-gfx/Gfx/GfxParameter.hpp
23
22.64
0.64% src/plugins/score-plugin-gfx/Gfx/GfxExecutionAction.cpp
22
15.17
-0.22% src/plugins/score-plugin-js/JS/Qml/QmlObjects.cpp
21
0.0
0.0% src/plugins/score-plugin-js/JS/Qml/EditContext.introspection.cpp
20
0.0
0.0% src/plugins/score-plugin-gfx/Gfx/Graph/decoders/P010.hpp
17
0.0
0.0% src/plugins/score-plugin-gfx/Gfx/GfxInputDevice.cpp
17
37.68
0.0% src/plugins/score-plugin-gfx/Gfx/SharedOutputSettings.cpp
15
23.11
0.03% src/plugins/score-plugin-js/JS/Qml/EditContext.device.cpp
14
0.0
0.0% src/plugins/score-plugin-gfx/Gfx/Graph/decoders/P410.hpp
14
37.74
0.0% src/plugins/score-plugin-gfx/Gfx/SharedInputSettings.cpp
13
29.03
11.18% src/plugins/score-plugin-gfx/Gfx/GeometryFilter/Library.cpp
13
0.0
0.0% src/plugins/score-plugin-gfx/Gfx/Graph/decoders/P016.hpp
13
0.0
0.0% src/plugins/score-plugin-gfx/Gfx/Graph/decoders/P210.hpp
12
0.0
0.0% src/plugins/score-plugin-gfx/Gfx/Graph/decoders/Y210.hpp
12
45.75
-2.08% src/plugins/score-plugin-protocols/Protocols/Mapper/MapperDevice.cpp
9
74.24
-13.64% src/plugins/score-plugin-media/Media/Sound/QImagePool.hpp
5
90.52
-1.44% src/lib/score/serialization/JSONVisitor.hpp
4
82.14
-3.86% src/lib/score/serialization/MapSerialization.hpp
4
53.32
-0.8% src/plugins/score-plugin-media/Media/Sound/WaveformComputer.cpp
2
92.86
0.0% src/plugins/score-plugin-gfx/score_plugin_gfx.cpp
2
52.19
-0.23% src/plugins/score-plugin-js/JS/Executor/CPUNode.cpp
1
0.0
0.0% src/plugins/score-plugin-gfx/Gfx/GfxExecContext.hpp
Jobs
ID Job ID Ran Files Coverage
1 33347889122.1 31 Aug 2026 02:51AM UTC 3100
23.56
GitHub Action Run
Source Files on build 33347889122
  • Tree
  • List 3100
  • Changed 45
  • Source Changed 38
  • Coverage Changed 44
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33347889122
  • 678eb651 on github
  • Prev Build on master (#33338281113)
  • Next Build on master (#33394891502)
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