type-coverage
Advanced tools
Comparing version 1.4.5 to 1.4.6
@@ -27,3 +27,3 @@ "use strict"; | ||
for (const { file, line, character, text } of anys) { | ||
console.log(`${file}:${line + 1}:${character + 1}: ${text}`); | ||
console.log(`${path.resolve(process.cwd(), file)}:${line + 1}:${character + 1}: ${text}`); | ||
} | ||
@@ -30,0 +30,0 @@ const percent = Math.round(10000 * correctCount / totalCount) / 100; |
{ | ||
"name": "type-coverage", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "A CLI tool to check type coverage for typescript code", | ||
@@ -14,5 +14,5 @@ "main": "dist/core.js", | ||
"@types/glob": "7.1.1", | ||
"@types/jasmine": "2.8.9", | ||
"@types/jasmine": "2.8.11", | ||
"@types/minimist": "1.2.0", | ||
"@types/node": "10.12.2", | ||
"@types/node": "10.12.5", | ||
"clean-release": "2.7.0", | ||
@@ -19,0 +19,0 @@ "clean-scripts": "1.9.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63288