Skip to content

Commit 1b347d3

Browse files
authored
feat: Apply review suggestion
1 parent dc646c0 commit 1b347d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/codacy/rules/ReportRules.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class ReportRules(coverageServices: => CoverageServices, gitFileFetcher: GitFile
120120
*/
121121
private[rules] def storeReport(report: CoverageReport, file: File) = {
122122
if (report.fileReports.isEmpty)
123-
Left(s"The uploaded coverage report ${file.getAbsolutePath} is empty or contains no data for repository files.")
123+
Left(s"The generated coverage report ${file.getAbsolutePath} is empty or contains no data for repository files.")
124124
else {
125125
val codacyReportFile = File.createTempFile("codacy-coverage-", ".json")
126126

0 commit comments

Comments
 (0)