OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.9k stars 926 forks source link

Update code coverage action #2521

Closed mregen closed 4 months ago

mregen commented 4 months ago

Proposed changes

Use CODECOV token, after update to v4 the codecov token is required for most operations.

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 4 months ago

Codecov Report

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

Comparison is base (deb3391) 52.98% compared to head (fbd7ee3) 53.90%. Report is 15 commits behind head on master.

Files Patch % Lines
Libraries/Opc.Ua.Client/Session.cs 69.23% 4 Missing and 4 partials :warning:
...pc.Ua.Gds.Server.Common/ApplicationsNodeManager.cs 57.14% 4 Missing and 2 partials :warning:
....Ua.Server/Aggregates/StdDevAggregateCalculator.cs 0.00% 5 Missing :warning:
...urity.Certificates/X509Certificate/X509PfxUtils.cs 0.00% 2 Missing :warning:
Stack/Opc.Ua.Core/Stack/State/BaseVariableState.cs 80.00% 0 Missing and 2 partials :warning:
Stack/Opc.Ua.Core/Stack/Tcp/TcpMessageSocket.cs 87.50% 0 Missing and 2 partials :warning:
Libraries/Opc.Ua.Client/Subscription.cs 66.66% 1 Missing :warning:
...k/Opc.Ua.Core/Stack/State/BaseVariableTypeState.cs 80.00% 0 Missing and 1 partial :warning:
...k/Opc.Ua.Core/Stack/Tcp/UaSCBinaryClientChannel.cs 66.66% 1 Missing :warning:
...ack/Opc.Ua.Core/Stack/Types/SoftwareCertificate.cs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2521 +/- ## ========================================== + Coverage 52.98% 53.90% +0.91% ========================================== Files 319 334 +15 Lines 62985 64427 +1442 Branches 12927 13224 +297 ========================================== + Hits 33375 34731 +1356 - Misses 25920 25955 +35 - Partials 3690 3741 +51 ```

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