Minor changes

- Remove unneeded string conversions
- Remove resolve-retry infinite openvpn configuration (unneeded)
- Add cover on single tests and single test files for Vscode
This commit is contained in:
Quentin McGaw
2020-07-12 19:15:05 +00:00
parent 6afa4f69a0
commit 07efea612b
8 changed files with 17 additions and 15 deletions

View File

@@ -108,6 +108,8 @@
"-v",
// "-race"
],
"go.testTimeout": "600s"
"go.testTimeout": "600s",
"go.coverOnSingleTestFile": true,
"go.coverOnSingleTest": true
}
}