Skip to content

Commit 2329bb5

Browse files
committed
🚧 Tweak more stuff
1 parent 7f92097 commit 2329bb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

action/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"rimraf": "^3.0.2",
2424
"semantic-ui-react": "^0.88.2",
2525
"terminal-table": "^0.0.12",
26-
"type-coverage-core": "^2.14.2",
26+
"type-coverage-core": "https://github.com/devfolioco/type-coverage/blob/Prevent-JS-from-being-counted/packages/core/type-coverage-core-2.14.8.tgz?raw=true",
2727
"typescript": "^4.1.3"
2828
},
2929
"scripts": {

src/lib/getCoverage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
AnyInfo,
44
FileTypeCheckResult,
55
LintOptions
6-
} from "type-coverage-core";
6+
} from "type-coverage-core/src/index";
77

88
type FileCount = Map<
99
string,

0 commit comments

Comments
 (0)