Closed callebtc closed 4 months ago
Attention: Patch coverage is 75.00000%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 63.96%. Comparing base (
f32099b
) to head (a9f8717
). Report is 2 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
cashu/core/models.py | 71.42% | 2 Missing :warning: |
:exclamation: There is a different number of reports uploaded between BASE (f32099b) and HEAD (a9f8717). Click for more details.
HEAD has 7 uploads less than BASE
| Flag | BASE (f32099b) | HEAD (a9f8717) | |------|------|------| ||11|4|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull request fixes an issue where the contact field in the wallet was not being parsed correctly if it was in the old format. The issue was identified in commit "wallet parse contact field if its old format". The problem has been resolved by adding a root validator to preprocess the deprecated contact field and convert it to the new format. This ensures that the contact field is parsed correctly in all cases.