• 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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 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
  • main
  • 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
23553968542 mristin/Test-list-of-primitives-in-XSD Merge cc62b480e into cacaf90a0 Pull #602 25 Mar 2026 05:16PM 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
23552282521 mristin/Test-list-of-primitives-in-json-schema Merge e61d49288 into 3f3163b43 Pull #601 25 Mar 2026 04:38PM 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
23340384963 mristin/Rename-real-meta-models-to-common-meta-models-in-tests Merge e2ede9b53 into b1694264d Pull #600 20 Mar 2026 11:21AM 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
23338338689 empwilli/migrate_java Merge f19692f40 into b210d6511 Pull #599 20 Mar 2026 10:19AM 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
23303673315 mristin/Unify-all-main-tests-into-one Merge 56d63a6a0 into 5a8fa4def Pull #598 19 Mar 2026 03:57PM UTC web-flow github pending completion  
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