学习代码覆盖率:博客文章系列的同伴代码仓库:
学习代码覆盖率博客文章系列的配套代码存储库:建立$ yarn global add typescript@2 $ git clone git@github.com:amarnus/learning-code-coverage.git $ cd learning-code-coverage/ $ yarn用法# compile $ tsc # stats $ node bin/stats.js # instrument $ node bin/instrument.js > source.instrumented.js # test $ npm test # visualize $ genhtml -o html/ ./lcov.info
learning-code-coverage-master.zip
预估大小:14个文件
learning-code-coverage-master
文件夹
source.js
1KB
.gitignore
31B
tsconfig.json
131B
README.md
614B
test
文件夹
index.test.js
828B
lcov.info
137B
package.json
559B
src
文件夹
19.78KB
文件大小:
评论区