retailcrm / api-client-go

Go client for retailCRM API
http://www.retailcrm.ru
MIT License
3 stars 21 forks source link

remove errs pack and change logic for processing errors #48

Closed RenCurs closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #48 (2108c8c) into master (03fc70d) will increase coverage by 1.13%. The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   68.60%   69.73%   +1.13%     
==========================================
  Files           4        4              
  Lines        1618     1500     -118     
==========================================
- Hits         1110     1046      -64     
+ Misses        328      271      -57     
- Partials      180      183       +3     
Impacted Files Coverage Δ
v5/client.go 69.63% <ø> (+1.25%) :arrow_up:
v5/types.go 88.23% <ø> (ø)
v5/error.go 60.00% <60.00%> (ø)
v5/marshaling.go 66.66% <60.00%> (-33.34%) :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 03fc70d...2108c8c. Read the comment docs.

codecov-commenter commented 3 years ago

Codecov Report

Merging #48 (7869a40) into master (03fc70d) will increase coverage by 15.47%. The diff coverage is 76.19%.

:exclamation: Current head 7869a40 differs from pull request most recent head 1ce253f. Consider uploading reports for the commit 1ce253f to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           master      #48       +/-   ##
===========================================
+ Coverage   68.60%   84.07%   +15.47%     
===========================================
  Files           4        4               
  Lines        1618     1256      -362     
===========================================
- Hits         1110     1056       -54     
+ Misses        328      137      -191     
+ Partials      180       63      -117     
Impacted Files Coverage Δ
v5/client.go 84.14% <ø> (+15.76%) :arrow_up:
v5/types.go 88.23% <ø> (ø)
v5/error.go 62.50% <62.50%> (ø)
v5/marshaling.go 85.71% <84.61%> (-14.29%) :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 03fc70d...1ce253f. Read the comment docs.