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

Test & fix primitive types #33

Merged
merged 6 commits into from
Feb 15, 2024
Merged

Test & fix primitive types #33

merged 6 commits into from
Feb 15, 2024

Conversation

dr-orlovsky
Copy link
Member

Closes #32

Copy link

codecov bot commented Feb 15, 2024

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (b524cfc) 55.6% compared to head (75c5fae) 56.6%.

❗ Current head 75c5fae differs from pull request most recent head 54b717b. Consider uploading reports for the commit 54b717b to get more accurate results

Files Patch % Lines
rust/src/primitives.rs 90.5% 6 Missing ⚠️
rust/src/embedded.rs 20.0% 4 Missing ⚠️
rust/src/stl.rs 0.0% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master     #33     +/-   ##
========================================
+ Coverage    55.6%   56.6%   +1.0%     
========================================
  Files          23      23             
  Lines        2748    2802     +54     
========================================
+ Hits         1527    1585     +58     
+ Misses       1221    1217      -4     
Flag Coverage Δ
rust 56.6% <84.1%> (+1.0%) ⬆️

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.

@dr-orlovsky dr-orlovsky merged commit 38f3450 into master Feb 15, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Large int types are displayed in invalid way
1 participant