Skip to content

Commit

Permalink
Merge pull request #6 from stop-cran/dependabot/nuget/tests/Newtonsof…
Browse files Browse the repository at this point in the history
…t.Json-13.0.2

Bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /tests
  • Loading branch information
stop-cran authored Jan 29, 2023
2 parents 3d44519 + aa106d4 commit cc06536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ZabbixSender.Async.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/ZabbixSender.Async.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PackageReference>
<PackageReference Include="JunitXml.TestLogger" Version="3.0.98" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1">
<PrivateAssets>all</PrivateAssets>
Expand Down

1 comment on commit cc06536

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

88.69%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   Formatter.cs95.79%81.25%100%98.61%141, 93, 93, 93
   NetworkStreamExtensions.cs26.67%16.67%100%25%14, 14–16, 18, 18, 18, 18, 18–20
   ProtocolException.cs100%100%100%100%
   SendData.cs100%100%100%100%
   Sender.cs81.25%50%50%91.67%32, 37
   SenderResponse.cs100%100%100%100%
   SenderResponseInfo.cs55.17%50%33.33%61.90%24–25, 34–36, 47, 51, 56, 61
   SenderSkeleton.cs85%55.56%75%96.30%36, 64, 64, 64, 64
   TaskExtensions.cs71.43%50%100%75%11–12

Please sign in to comment.