hyperledger / aries-vcx

aries-vcx is set of crates to work with DIDs, DID Documents, DIDComm, Verifiable Credentials and Hyperledger Aries.
https://didcomm.org
Apache License 2.0
125 stars 83 forks source link

refactor: move anoncreds to a separate crate #1175

Closed xprazak2 closed 7 months ago

xprazak2 commented 7 months ago

Move anoncreds from aries_vcx_core to a separate crate.

codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 0% with 145 lines in your changes are missing coverage. Please review.

Project coverage is 0.05%. Comparing base (7eb7faf) to head (8ebef44).

Files Patch % Lines
aries/aries_vcx_anoncreds/src/errors/error.rs 0.00% 31 Missing :warning:
...ies/misc/test_utils/src/mockdata/mock_anoncreds.rs 0.00% 28 Missing :warning:
aries/aries_vcx_anoncreds/src/utils/json.rs 0.00% 19 Missing :warning:
aries/aries_vcx/src/errors/mapping_anoncreds.rs 0.00% 18 Missing :warning:
...es/aries_vcx_anoncreds/src/errors/mapping_credx.rs 0.00% 13 Missing :warning:
...vcx_anoncreds/src/anoncreds/credx_anoncreds/mod.rs 0.00% 9 Missing :warning:
...s/aries_vcx_anoncreds/src/errors/mapping_others.rs 0.00% 9 Missing :warning:
aries/misc/test_utils/src/devsetup.rs 0.00% 7 Missing :warning:
aries/misc/test_utils/src/errors/error.rs 0.00% 5 Missing :warning:
...s_vcx/src/common/primitives/revocation_registry.rs 0.00% 4 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1175 +/- ## ======================================== - Coverage 0.05% 0.05% -0.01% ======================================== Files 491 491 Lines 24002 24194 +192 Branches 4414 4491 +77 ======================================== Hits 13 13 - Misses 23989 24181 +192 ``` | [Flag](https://app.codecov.io/gh/hyperledger/aries-vcx/pull/1175/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hyperledger) | Coverage Δ | | |---|---|---| | [unittests-aries-vcx](https://app.codecov.io/gh/hyperledger/aries-vcx/pull/1175/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hyperledger) | `0.05% <0.00%> (-0.01%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hyperledger#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.