OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.97k stars 950 forks source link

Fix bugs in JSON decoder #2828

Closed mregen closed 3 weeks ago

mregen commented 3 weeks ago

Proposed changes

Related Issues

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply. You can also fill these out after creating the PR.

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 54.85%. Comparing base (3672ebe) to head (a87d132). Report is 3 commits behind head on develop/main374.

Files with missing lines Patch % Lines
Stack/Opc.Ua.Core/Types/Encoders/JsonDecoder.cs 0.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop/main374 #2828 +/- ## =================================================== - Coverage 57.23% 54.85% -2.38% =================================================== Files 352 349 -3 Lines 75520 66056 -9464 Branches 15988 13574 -2414 =================================================== - Hits 43223 36235 -6988 + Misses 27870 25862 -2008 + Partials 4427 3959 -468 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.