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

aas-core-works / aas-core-codegen / 21582312599
82%

Build:
DEFAULT BRANCH: main
Ran 02 Feb 2026 08:29AM UTC
Jobs 4
Files 228
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

02 Feb 2026 08:13AM UTC coverage: 82.215%. Remained the same
21582312599

push

github

web-flow
[CPP] Fix cpp 11 compilation issue (#572)

The generated pattern code does not import `common.h` and therefore
fails to resolve `common::make_unique`. We add the missing include in
the generator code.

In addition, the generated C++ code fails to compile for compilers
targeting the C++11 standard. This error arises as the generated
code wrongly calls `std::make_unique`, instead of the back-ported
version of the function in the `common` namespace in some places.
We adapt the calls accordingly (`std::make_unique` to
`common::make_unique`).

28660 of 34860 relevant lines covered (82.21%)

3.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3.12 - 21582312599.1 02 Feb 2026 08:31AM UTC 228
82.21
GitHub Action Run
2 3.10 - 21582312599.2 02 Feb 2026 08:31AM UTC 228
82.21
GitHub Action Run
3 3.11 - 21582312599.3 02 Feb 2026 08:31AM UTC 228
82.21
GitHub Action Run
4 3.9 - 21582312599.4 02 Feb 2026 08:31AM UTC 228
82.16
GitHub Action Run
Source Files on build 21582312599
  • Tree
  • List 228
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • cf688c2a on github
  • Prev Build on main (#21506615699)
  • Next Build on main (#21586138924)
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

© 2026 Coveralls, Inc