Closed sebgerber closed 3 months ago
Hi @sebgerber Thanks for the pull request, I will take a look. Could you update the branch, please?
Hi @KovtunV Thanks for the review. I have adapted the code accordingly
Hi @KovtunV Thanks for the review. I have adapted the code accordingly
Thanks! One more nitpick and we will merge
Attention: Patch coverage is 86.95652%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 90.62%. Comparing base (
1887e0b
) to head (67b45ac
).
Files | Patch % | Lines |
---|---|---|
...ating/Services/Parsing/NodeReaders/NumberReader.cs | 86.95% | 2 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I will publish new package or today or tomorrow, thanks!
The goal of this Pull Request is to implement the possibility to use scentific notation as number.
At the moment, the value
4.2687556958921E-08
will be parse as-5.281718171540955
and not0.000000042687556958921
@KovtunV Could you please have a look at it ? thx