We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80ced2 commit c1bd346Copy full SHA for c1bd346
.circleci/config.yml
@@ -45,6 +45,7 @@ jobs:
45
46
# run tests!
47
- run: sudo npm install -g istanbul codecov
48
+ - run: npx tsc
49
- run: istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit
50
- early_return_for_forked_pull_requests
51
- run: codecov -t ${CODECOV_TOKEN}
0 commit comments