Skip to content

Commit 8c96d1e

Browse files
committed
Merge branch 'fix-multiple-files' of https://github.com/codecov/uploader into fix-multiple-files
2 parents 4bb0f23 + 91d7803 commit 8c96d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async function main(args) {
130130
return validateHelpers.validateFileNamePath(file);
131131
})
132132
if (coverageFilePaths.length === 0) {
133-
throw new Error('Not coverage file found, exiting.')
133+
throw new Error('No coverage files found, exiting.')
134134
}
135135
}
136136
log('End of network processing', { level: 'debug', args })

0 commit comments

Comments
 (0)