Bumped coverage on utility methods

fallen slightly, bumpy bump.
This commit is contained in:
Dave Shanley
2023-03-06 10:51:59 -05:00
parent 581423016f
commit 1ac5fbe9fc
2 changed files with 23 additions and 1 deletions

View File

@@ -405,7 +405,7 @@ func GenerateCleanSpecConfigBaseURL(baseURL *url.URL, dir string, includeFile bo
if !includeFile {
dirSegs = dirSegs[:len(dirSegs)-1]
}
// relative paths are a pain in the ass, damn you digital ocean, use a single spec, and break them
// down into services, please don't blast apart specs into a billion shards.
if strings.Contains(dir, "../") {