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

Binary utils added #478

Closed
wants to merge 9 commits into from
Closed

Binary utils added #478

wants to merge 9 commits into from

Conversation

avdyushin
Copy link
Contributor

Fixes #438

@codecov
Copy link

codecov bot commented Feb 21, 2022

Codecov Report

Attention: Patch coverage is 40.04024% with 298 lines in your changes missing coverage. Please review.

Project coverage is 77.78%. Comparing base (2ea4c74) to head (54e30a6).
Report is 1509 commits behind head on develop.

Files with missing lines Patch % Lines
binary-utils/src/commonMain/kotlin/BitGroup.kt 42.10% 60 Missing and 6 partials ⚠️
...ry-utils/src/commonMain/kotlin/GATTBinaryReader.kt 0.00% 61 Missing ⚠️
binary-utils/src/commonMain/kotlin/BinaryReader.kt 0.00% 51 Missing ⚠️
binary-utils/src/commonMain/kotlin/BitUtils.kt 34.88% 28 Missing ⚠️
...y-utils/src/commonMain/kotlin/BinaryDefinitions.kt 27.27% 16 Missing ⚠️
...inary-utils/src/commonMain/kotlin/GroupOf24Bits.kt 39.13% 14 Missing ⚠️
...inary-utils/src/commonMain/kotlin/GroupOf32Bits.kt 39.13% 14 Missing ⚠️
...inary-utils/src/commonMain/kotlin/GroupOf64Bits.kt 39.13% 14 Missing ⚠️
binary-utils/src/commonMain/kotlin/BitConstants.kt 37.50% 7 Missing and 3 partials ⚠️
...inary-utils/src/commonMain/kotlin/GroupOf16Bits.kt 56.52% 10 Missing ⚠️
... and 2 more
Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #478      +/-   ##
=============================================
- Coverage      79.91%   77.78%   -2.14%     
  Complexity       230      230              
=============================================
  Files            671      686      +15     
  Lines           8798     9295     +497     
  Branches         749      802      +53     
=============================================
+ Hits            7031     7230     +199     
- Misses          1577     1863     +286     
- Partials         190      202      +12     

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

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.

Binary Utils
2 participants