Skip to content

Commit

Permalink
Merge pull request #8 from Retic/readmeUpdate
Browse files Browse the repository at this point in the history
Readme spelling correction
  • Loading branch information
stop-cran authored Dec 1, 2023
2 parents 56efc45 + efc2a9c commit cfd4176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PM> Install-Package ZabbixSender.Async
```C#
var sender = new ZabbixSender.Async.Sender("192.168.0.10");
var response = await sender.Send("MonitoredHost1", "trapper.item1", "12");
Console.WriteLine(reponse.Response); // "success" or "fail"
Console.WriteLine(response.Response); // "success" or "fail"
Console.WriteLine(response.Info); // e.g. "Processed 1 Failed 0 Total 1 Seconds spent 0.000253"
```

Expand Down

1 comment on commit cfd4176

@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

81.10%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   Formatter.cs93.24%76.47%100%98%117, 79, 79, 79, 79
   JsonUnixDateTime.cs28.57%100%50%20%13–16
   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.cs82.86%50%50%92.59%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.cs0%0%0%0%10–11, 11, 11–13
   ZabbixDataMessage.cs42.86%100%25%50%10–12, 15, 7

Please sign in to comment.