Jose Luis Ordiales Coscia
Jose Luis Ordiales Coscia
@sunfmin yeah, `RoundTripper` is nice for simple use cases but it has some important limitations/expectations for a general http client middleware: - RoundTrip should not modify the request, except for...
yeap, this makes working with go modules pretty annoying. Any `go X` command fails with a non-zero exit code.
Curious if this is currently blocked by anything? Would be awesome to have this merged and released when possible
@xdrew can you give an example of how that would look ideally for you? (input, command, output)
How did you configure your build file to get the plugin to actually take your "intTest" into consideration? I have a similar situation and I added "coberturaXml.dependsOn(['cleanIntTest', 'intTest'])". My task...