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

rieske / trans / 34378519152
95%

Build:
DEFAULT BRANCH: master
Ran 09 Sep 2026 04:49PM UTC
Jobs 1
Files 275
Run time 1min
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 Sep 2026 04:43PM UTC coverage: 94.474% (-0.04%) from 94.513%
34378519152

push

github

web-flow
refactor: TypeSpecifier is move-only; DeclarationSpecifiers prepend moves (#319)

TypeSpecifier held a resolved Type, a shared_ptr typeof operand, a
shared_ptr deferred declarator, and a definesRecord flag so the
specifier could be copied when DeclarationSpecifiers prepended.

typeof operand and deferred declarator are unique_ptr. TypeSpecifier is
move-only. definesRecord is a constructor argument. Parse-time probes
use typeAtParseTime and do not copy-to-resolve; resolveTypeofAtParseTime
is peek then commit.

DeclarationSpecifiers::add is the mutation path. Prepend constructors
move the rest and add. Declaration, FormalArgument, FunctionDefinition
and TypeCast move the specifier in.

16208 of 17156 relevant lines covered (94.47%)

154684.13 hits per line

Coverage Regressions

Lines Coverage ∆ File
24
88.06
-5.65% home/runner/work/trans/trans/src/ast/DeclarationSpecifiers.cpp
8
94.25
-0.51% home/runner/work/trans/trans/src/ast/ParseEnvironment.cpp
8
90.29
-0.13% home/runner/work/trans/trans/src/ast/TypeSpecifier.cpp
4
80.95
0.95% home/runner/work/trans/trans/src/ast/CompoundLiteral.cpp
4
94.16
0.01% home/runner/work/trans/trans/src/ast/CSNB_Creators.cpp
3
85.71
1.34% home/runner/work/trans/trans/src/ast/TypeCast.cpp
2
98.56
0.18% home/runner/work/trans/trans/src/ast/ContextualSyntaxNodeBuilder.cpp
2
76.47
14.57% home/runner/work/trans/trans/src/ast/TypeNameExpression.cpp
Jobs
ID Job ID Ran Files Coverage
1 34378519152.1 09 Sep 2026 04:49PM UTC 275
94.47
GitHub Action Run
Source Files on build 34378519152
  • Tree
  • List 275
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #34378519152
  • 36d836e1 on github
  • Prev Build on master (#34376196003)
  • Next Build on master (#34381591969)
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