Code coverage only working with deep directory structure
The user is reporting that code coverage reports are only generated for Scala files when their directory structure has a specific depth relative to the BUILD file. Files are excluded from coverage results if they are nested too deeply or if the BUILD file is not at the root. This issue appears to be specific to code coverage and not other build/test operations.