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

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

Build:
DEFAULT BRANCH: main
Ran 31 Aug 2026 01:17PM 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

31 Aug 2026 01:12PM UTC coverage: 84.453% (+0.02%) from 84.435%
33395686966

push

github

web-flow
Fix handling of primitive types in Java (#661)

We adapted the live test for primitive types to Java. Running it
revealed five bugs in the Java generator:

- The XML deserializer called the non-existent ``readContentAsInt``
  and ``readContentAsFloat`` methods.
- The JSON serializer called ``toJsonValue`` instead of the generated
  ``toJsonNode``.
- ``tryLongFrom`` rejected JSON integers that Jackson had parsed as
  ``IntNode`` instead of ``LongNode``.
- The XML serializer omitted the start and end element tags for
  non-optional byte arrays.
- The generated copying test called ``.get()`` on a non-Optional byte
  array getter.

We fix all five issues, and the live tests now pass.

5 of 5 new or added lines in 2 files covered. (100.0%)

30642 of 36283 relevant lines covered (84.45%)

2.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3.12 - 33395686966.1 31 Aug 2026 01:19PM UTC 268
84.45
GitHub Action Run
2 3.10 - 33395686966.2 31 Aug 2026 01:19PM UTC 268
84.45
GitHub Action Run
3 3.11 - 33395686966.3 31 Aug 2026 01:19PM UTC 268
84.45
GitHub Action Run
Source Files on build 33395686966
  • Tree
  • List 268
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4568139a on github
  • Prev Build on main (#33375416581)
  • Next Build on main (#33398911336)
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