WebOfTrust / keria

KERI Agent in the cloud
https://keria.readthedocs.io/en/latest/
Apache License 2.0
18 stars 29 forks source link

Updates to match the changes in KERIpy for tracking multisig participants. #224

Closed pfeairheller closed 6 months ago

pfeairheller commented 6 months ago

This PR includes:

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 93.13%. Comparing base (2a0c19f) to head (93bb562).

Files Patch % Lines
src/keria/app/aiding.py 94.44% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #224 +/- ## =============================================== - Coverage 93.14% 93.13% -0.01% =============================================== Files 38 38 Lines 6943 6951 +8 =============================================== + Hits 6467 6474 +7 - Misses 476 477 +1 ```

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

SmithSamuelM commented 6 months ago

@pfeairheller I am getting a failing test on my local copy of KERIA after I merged in this commit. It is test_aiding.py test_oobi_ends()

So maybe we can figure out what its expecting that I don't have.

Also I set up my venv so that the setup.py dependency works for keri without using the URL but maybe there is something else I need to understand.