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

aas-core-works / aas-core-codegen / 33802217174
85%

Build:
DEFAULT BRANCH: main
Ran 03 Sep 2026 08:31PM UTC
Jobs 3
Files 268
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

03 Sep 2026 08:25PM UTC coverage: 84.652% (+0.001%) from 84.651%
33802217174

push

github

web-flow
Simplify XML de-serialization in C++ (#673)

We refactor the C++ XML de-serialization to remove duplicated
boilerplate, mirroring the TypeScript (#671) and C# (#672)
simplifications.

List-item parsing was already factored out into a shared generic
`DeserializeList<T, DeserializeT>` helper before this change, so no
further work was needed there.

Concrete-class-from-element parsing was not: every generated
`{Cls}FromElement` function (one per class and interface -- 93 of
them for `aas_core_meta.v3` alone) inlined the same ~150 lines
skipping the BOF, reading the opening tag, looking up the model
type, dispatching to `{Cls}FromSequence`, and reading the closing
tag. We factor all of that into one shared generic
`DeserializeClassFromElement<T, DispatchT>` function; each
`{Cls}FromElement` now only supplies the small dispatch lambda
mapping model types to `{Cls}FromSequence` calls, plus the interface
name used in error messages.

12 of 12 new or added lines in 1 file covered. (100.0%)

30904 of 36507 relevant lines covered (84.65%)

2.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3.12 - 33802217174.1 03 Sep 2026 08:32PM UTC 268
84.65
GitHub Action Run
2 3.11 - 33802217174.2 03 Sep 2026 08:33PM UTC 268
84.65
GitHub Action Run
3 3.10 - 33802217174.3 03 Sep 2026 08:33PM UTC 268
84.65
GitHub Action Run
Source Files on build 33802217174
  • Tree
  • List 268
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b138f348 on github
  • Prev Build on main (#33794539143)
  • Next Build on main (#33892416086)
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