feat: Add coverage reporting and analysis workflows, enhance CI with additional tests for older Go versions
This commit is contained in:
@@ -13,8 +13,8 @@ func newMockDeviceStorageServer() *httptest.Server {
|
||||
w.Header().Set("Content-Type", "application/soap+xml")
|
||||
|
||||
// Parse request to determine which operation
|
||||
buf := make([]byte, r.ContentLength)
|
||||
r.Body.Read(buf)
|
||||
buf := make([]byte, r.ContentLength)
|
||||
_, _ = r.Body.Read(buf)
|
||||
requestBody := string(buf)
|
||||
|
||||
var response string
|
||||
|
||||
Reference in New Issue
Block a user