@escover/formatter-responsive 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/responsive.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/lib/responsive.js
CHANGED
|
@@ -12,7 +12,7 @@ export default (coverageFile, {skipFull = false} = {}) => {
|
|
|
12
12
|
const files = parseCoverageFile(coverageFile, skipFull);
|
|
13
13
|
|
|
14
14
|
if (skipFull && !files.length)
|
|
15
|
-
return '💪 coverage 100
|
|
15
|
+
return '💪 coverage 100%, good job!\n';
|
|
16
16
|
|
|
17
17
|
const totalWidth = process.stdout.columns || 80;
|
|
18
18
|
const showPercent = totalWidth >= 70;
|
package/package.json
CHANGED