Skip to content

Commit 91d7803

Browse files
Update src/index.js
Co-authored-by: Joe Becher <[email protected]>
1 parent a231eef commit 91d7803

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
@@ -129,7 +129,7 @@ async function main(args) {
129129
: ''
130130
}
131131
if (coverageFilePaths.length === 0) {
132-
throw new Error('Not coverage file found, exiting.')
132+
throw new Error('No coverage files found, exiting.')
133133
}
134134
}
135135
log('End of network processing', { level: 'debug', args })

0 commit comments

Comments
 (0)