alexejk / go-xmlrpc

An XML-RPC Client for Go
https://alexejk.io/article/handling-xmlrpc-in-go/
MIT License
19 stars 7 forks source link

User agent customization support #7

Closed alexejk closed 4 years ago

alexejk commented 4 years ago

Fixes #6

Additionally fixes for Codec closure

codecov[bot] commented 4 years ago

Codecov Report

Merging #7 into master will increase coverage by 0.26%. The diff coverage is 87.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   72.51%   72.77%   +0.26%     
==========================================
  Files           6        6              
  Lines         342      349       +7     
==========================================
+ Hits          248      254       +6     
- Misses         66       67       +1     
  Partials       28       28
Impacted Files Coverage Δ
client.go 86.66% <100%> (+6.66%) :arrow_up:
codec.go 70.14% <66.66%> (-0.62%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fb41480...c123fe3. Read the comment docs.