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

aas-core-works / aas-core-codegen
84%

Build:
DEFAULT BRANCH: main
Repo Added 27 Dec 2021 04:04PM UTC
Files 277
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • ListOfPrimitives-JsonSchema-Python
  • Update-test-data-to-aas-core-meta-899add1
  • Update-test-data-to-aas-core-meta-f2fd738
  • empwilli/fix_cpp11_build
  • empwilli/fix_missing_cpp_test_update
  • empwilli/fix_rerecord_test_data
  • empwilli/migrate_java
  • empwilli/typescript-unique-id-short-constraint
  • fix/java_remove_stale_expected_output_test_data
  • mristin/Add-base64-url-encode-to-typescript
  • mristin/Add-is-literal-of
  • mristin/Add-literal-value-set
  • mristin/Allow-for-custom-pattern-fixing-in-jsonschema
  • mristin/Cache-symbol-table
  • mristin/Check-command-line-arguments-at-Python-3.12
  • mristin/Deprecate-Python-3.8
  • mristin/Enforce-None-default-for-optional-constructor-args
  • mristin/Expose-mapping-primitive-type
  • mristin/Extend-must-find-to-constants
  • mristin/Fix-packaging-of-submodules
  • mristin/Fix-unused-imports-in-Python-tests
  • mristin/Fix-update-to-aas-core-meta-dev-script
  • mristin/Fix-warnings-for-obsolete-docutils
  • mristin/Generate-unit-tests-in-Python
  • mristin/Improve-check-init-and-pyproject-coincide
  • mristin/Make-generator-descriptions-uniform
  • mristin/Make-symbol-table-pickable
  • mristin/Move-development-code-to-separate-directory
  • mristin/Pin-docutils-to-0.21.2
  • mristin/Publish-to-pypi
  • mristin/Python-fix-xml-serialization-of-float
  • mristin/Re-format-tests-infer_for_schema
  • mristin/Refactor-python-generator-for-many-files
  • mristin/Refactor-verification-as-IEnumerable-in-Verification
  • mristin/Release-0.0.17
  • mristin/Release-0.0.18
  • mristin/Remove-dependency-on-aas-core-meta-repo
  • mristin/Remove-docutils.utils.error_reporting
  • mristin/Remove-wrongly-checked-in-output
  • mristin/Rename-real-meta-models-to-common-meta-models-in-tests
  • mristin/Rewrite-setup.py-to-pyproject.toml
  • mristin/Test-list-of-primitives-in-XSD
  • mristin/Test-list-of-primitives-in-json-schema
  • mristin/Track-descendants-of-constrained-primitives
  • mristin/Turn-on-code-coverage
  • mristin/Undo-debugging-code-in-live-test
  • mristin/Unify-all-main-tests-into-one
  • mristin/Update-aas-core-meta-5d409d6
  • mristin/Upgrade-pylint-to-3.3.8
  • v0.0.10
  • v0.0.11
  • v0.0.12
  • v0.0.13
  • v0.0.14
  • v0.0.15
  • v0.0.17
  • v0.0.18
  • v0.0.18.post1
  • v0.0.18.post2
  • v0.0.1rc1.post1
  • v0.0.2
  • v0.0.3
  • v0.0.4
  • v0.0.5
  • v0.0.6
  • v0.0.7
  • v0.0.8
  • v0.0.9

25 Mar 2026 05:20PM UTC coverage: 83.917% (+0.003%) from 83.914%
23554473760

push

github

web-flow
Handle list of primitives in XSD (#602)

We add support for transpiling lists of primitves to the XSD generator.

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

31192 of 37170 relevant lines covered (83.92%)

3.36 hits per line

Relevant lines Covered
Build:
Build:
37170 RELEVANT LINES 31192 COVERED LINES
3.36 HITS PER LINE
Source Files on main
  • Tree
  • List 277
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23554473760 main Handle list of primitives in XSD (#602) We add support for transpiling lists of primitves to the XSD generator. push 25 Mar 2026 05:27PM UTC web-flow github
83.92
23552675728 main Test list of primitives for JSON schema (#601) We add a couple of tests to establish the current state of list-of-primitives support in JSON schema generator. push 25 Mar 2026 04:47PM UTC web-flow github
83.91
23343471297 main Rename `real` to `common` meta-models in test data (#600) We rename the test cases from "real meta-models" to "common meta-models" so that we can easily add more fine-grained test models. Eventually, we want to completely remove V3 meta-model fro... push 20 Mar 2026 12:54PM UTC web-flow github
83.91
23339141012 main Add generation of test code for Java (#599) We add the unit test generators for the Java SDK. This greatly simplifies our development pipeline. push 20 Mar 2026 10:44AM UTC web-flow github
83.91
23304045215 main Unify tests for main (#598) We group all the tests for the main method into a since test file. This makes it easier to run only parts of the test suite, and also indicates more clearly how to include tests for novel targets and cases. push 19 Mar 2026 04:05PM UTC web-flow github
83.7
23069347935 main Make generator descriptions uniform (#597) Over the time, we used different terminology and writing style across the SDK generators. This patch makes the descriptions (*i.e.*, docstrings) uniform where appropriate. push 13 Mar 2026 08:38PM UTC web-flow github
83.67
23051946462 main Turn on coveralls (#596) The site coveralls.io was down so we had to turn off the coverage upload temporarily. push 13 Mar 2026 01:07PM UTC web-flow github
83.66
21747077793 main Release 0.0.18.post2 (#583) We forgot to check in changes in Python test code generation, so the resulting code contained a couple of unused imports. This is a minor fix, so we publish it as a post release. push 06 Feb 2026 10:28AM UTC web-flow github
82.43
21745644893 main Release 0.0.18.post1 (#582) There was a bug in our publishing pipeline where submodules under ``aas_core_codegen`` were not included. In this version, the submodules should be now included as well. We had a misconception how Python packages file... push 06 Feb 2026 09:38AM UTC web-flow github
82.43
21743760324 main Release 0.0.18 (#581) * Cache meta-models optionally (#579) * Generate unit tests for Python (#580) This version improves the development speed of both aas-core-codegen and its downstream clients by allowing caching of intermediate symbol table ... push 06 Feb 2026 08:28AM UTC web-flow github
82.43
See All Builds (968)
  • Repo on GitHub
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