tiaguinho / gosoap

🦉SOAP package for Go
MIT License
515 stars 179 forks source link

Added a GetLastRequest() method for debugging. #2

Closed geseq closed 6 years ago

geseq commented 6 years ago

The api referred to by the tests doesn't seem to exist.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@8ce25c8). Click here to learn what that means. The diff coverage is 12.5%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #2   +/-   ##
=========================================
  Coverage          ?   71.09%           
=========================================
  Files             ?        3           
  Lines             ?      173           
  Branches          ?        0           
=========================================
  Hits              ?      123           
  Misses            ?       47           
  Partials          ?        3
Impacted Files Coverage Δ
encode.go 61.73% <3.7%> (ø)
soap.go 88% <60%> (ø)

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 8ce25c8...b3e76ec. Read the comment docs.

tiaguinho commented 6 years ago

@earncef can you add more test to the package?

Thank you!

geseq commented 6 years ago

I've added a few more tests.