Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUILDSYS-389 Add Extension Element to the schema to announce extendable structures like with ... in asn1 #11

Closed
wants to merge 5 commits into from

Conversation

JanFellner
Copy link
Contributor

  • Added an Extension element which may be added to a schema to tell that this strucutre may be larger in the payload than in the schema. This corresponds to adding ... in the asn1 schema definition which announces a structure to be extendable
  • Updated dependencies

…a to tell that this strucutre may be larger in the payload than in the schema.

This corresponds to adding ... in the asn1 schema definition which announces a structure to be extendable
- Added eslint rule to complain about it
- Added tsconfig to hide these imports for auto import in vscode
Copy link

github-actions bot commented Jan 5, 2024

Pull Request Test Coverage Report for Build 7421450124

  • 19 of 23 (82.61%) changed or added relevant lines in 4 files are covered.
  • 6 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.04%) to 78.47%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Extension.ts 10 14 71.43%
Files with Coverage Reduction New Missed Lines %
src/schema.ts 6 71.75%
Totals Coverage Status
Change from base Build 6534605304: -0.04%
Covered Lines: 2096
Relevant Lines: 2568

💛 - Coveralls

@JanFellner JanFellner closed this Jan 5, 2024
@JanFellner
Copy link
Contributor Author

close as the CI pipeline does not want to rebuild for whatever reason

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant