-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix: convert any usage into or typed version #80
fix: convert any usage into or typed version #80
Conversation
Signed-off-by: Berend Sliedrecht <[email protected]>
Signed-off-by: Berend Sliedrecht <[email protected]>
@berendsliedrecht build is failing, do you need help with this?: https://github.com/openwallet-foundation-labs/sd-jwt-js/actions/runs/8003556836/job/21859109338?pr=80#step:7:146 |
Signed-off-by: Berend Sliedrecht <[email protected]>
@cre8 Should be fixed now. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #80 +/- ##
==========================================
+ Coverage 65.50% 65.62% +0.11%
==========================================
Files 33 33
Lines 2102 2115 +13
Branches 233 234 +1
==========================================
+ Hits 1377 1388 +11
- Misses 706 708 +2
Partials 19 19 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good :)
Signed-off-by: Berend Sliedrecht <[email protected]> Co-authored-by: Lukas.J.Han <[email protected]> Signed-off-by: Mirko Mollik <[email protected]>
Signed-off-by: Berend Sliedrecht <[email protected]> Co-authored-by: Lukas.J.Han <[email protected]> Signed-off-by: Mirko Mollik <[email protected]>
Converted most any usage to unknown. Not the best fix in the world, but to make it fully properly typed I need some more time.