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

Add support for double data type (64bit double precision floating p… #103

Merged
merged 1 commit into from
Dec 25, 2021

Conversation

aldas
Copy link
Owner

@aldas aldas commented Dec 25, 2021

Add support for double data type (64bit double precision floating point)

@codecov
Copy link

codecov bot commented Dec 25, 2021

Codecov Report

Merging #103 (e402933) into master (4418c74) will decrease coverage by 0.01%.
The diff coverage is 98.30%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #103      +/-   ##
============================================
- Coverage     98.91%   98.89%   -0.02%     
- Complexity      805      823      +18     
============================================
  Files            66       66              
  Lines          2021     2077      +56     
============================================
+ Hits           1999     2054      +55     
- Misses           22       23       +1     
Flag Coverage Δ
unittests 98.89% <98.30%> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
src/Composer/Read/ReadCoilsBuilder.php 100.00% <ø> (ø)
src/Composer/RegisterAddress.php 100.00% <ø> (ø)
src/Utils/Types.php 94.20% <97.61%> (+0.57%) ⬆️
src/Composer/Read/ReadRegistersBuilder.php 100.00% <100.00%> (ø)
src/Composer/Read/Register/ReadRegisterAddress.php 100.00% <100.00%> (ø)
...c/Composer/Write/Register/WriteRegisterAddress.php 100.00% <100.00%> (ø)
src/Composer/Write/WriteRegistersBuilder.php 100.00% <100.00%> (ø)
src/Packet/QuadWord.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4418c74...e402933. Read the comment docs.

@aldas
Copy link
Owner Author

aldas commented Dec 25, 2021

This is meant for #102

@aldas aldas merged commit 73eba8b into master Dec 25, 2021
@aldas aldas deleted the double_support branch December 25, 2021 20:14
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.

None yet

1 participant