Skip to content
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

feat(ir): Implement From<LocalValue> for u16. #13

Merged
merged 2 commits into from
Sep 29, 2024

Conversation

dload0
Copy link
Contributor

@dload0 dload0 commented Sep 27, 2024

No description provided.

Copy link

codecov bot commented Sep 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.88%. Comparing base (869e967) to head (c51a5d0).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
+ Coverage   77.87%   77.88%   +0.01%     
==========================================
  Files          51       51              
  Lines        5355     5358       +3     
  Branches     5355     5358       +3     
==========================================
+ Hits         4170     4173       +3     
  Misses        530      530              
  Partials      655      655              
Flag Coverage Δ
integration_tests 61.25% <0.00%> (-0.04%) ⬇️
unit_tests 25.25% <100.00%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@henryhchchc henryhchchc added enhancement New feature or request new-api New public APIs are introduced labels Sep 29, 2024
@henryhchchc henryhchchc linked an issue Sep 29, 2024 that may be closed by this pull request
Copy link
Owner

@henryhchchc henryhchchc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution. Close #12

@henryhchchc henryhchchc merged commit 6e32697 into henryhchchc:main Sep 29, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new-api New public APIs are introduced
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enhancement: Getter for internal value of LocalValue.
2 participants