diff --git a/source/doveralls/sourcefiles.d b/source/doveralls/sourcefiles.d index 8920f62..230d358 100644 --- a/source/doveralls/sourcefiles.d +++ b/source/doveralls/sourcefiles.d @@ -15,6 +15,8 @@ JSONValue[] getSourceFiles(string path) { if (lstPath.baseName.startsWith("..")) continue; + else if (lstPath.isAbsolute) + continue; string relPath; foreach (line; File(lstPath).byLine(KeepTerminator.no))