v1.2.0: improved CI and alignemtn with the eUDIW reference implementation#31
Merged
peppelinux merged 2 commits intoIdentityPython:mainfrom Feb 13, 2026
Merged
v1.2.0: improved CI and alignemtn with the eUDIW reference implementation#31peppelinux merged 2 commits intoIdentityPython:mainfrom
peppelinux merged 2 commits intoIdentityPython:mainfrom
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #31 +/- ##
=======================================
Coverage ? 89.79%
=======================================
Files ? 26
Lines ? 1039
Branches ? 0
=======================================
Hits ? 933
Misses ? 106
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several important updates to align the project with the EU Digital Identity Wallet reference implementation, improve CI workflows, and enhance compatibility and documentation. The main changes include adding explicit references and alignment with the EU Digital Identity Wallet pyMDOC-CBOR project, updating the continuous integration (CI) workflows to avoid redundant runs, expanding Python version support, and clarifying licensing and project metadata.
Alignment with EU Digital Identity Wallet pyMDOC-CBOR:
exceptions.py,mdoc/issuer.py,mdoc/issuersigned.py,mdoc/verifier.py,mso/issuer.py,mso/verifier.py,tools.py,x509.py) indicating alignment with the EU Digital Identity Wallet pyMDOC-CBOR implementation. [1] [2] [3] [4] [5] [6] [7] [8]README.mdand added aNOTICEfile to clarify project alignment, licensing, and attribution to the European Commission and the reference implementation. [1] [2]Continuous Integration (CI) Improvements:
skip-checkjob in GitHub Actions workflows (python-app.yml,code-quality.yml,dependency-security.yml) to prevent duplicate workflow runs on the same branch, reducing unnecessary CI usage. Downstream jobs now depend on this check. [1] [2] [3]Compatibility and Dependency Updates:
pip install -e .for editable installs, ensuring local changes are included in checks.Code and Exception Handling Improvements:
MsoVerifierto support CBOR tag 18 objects (COSE_Sign1) as input, improving compatibility with reference implementations.MsoVerifierto be more robust to error message changes.Documentation and Metadata:
setup.pyto reference the correct repository and the EU Digital Identity Wallet reference.1.2.0in__init__.py.