gpt4 book ai didi

node.js - nodejs - 如何检查代码的哪一部分通过单元测试进行了测试?

转载 作者:太空宇宙 更新时间:2023-11-03 23:19:36 24 4
gpt4 key购买 nike

我使用 tapeistanbul 在 Node.js 项目中编写单元测试,结果如下:

Statements   : 93.04% ( 107/115 )
Branches : 86.84% ( 33/38 )
Functions : 90% ( 27/30 )
Lines : 93.86% ( 107/114 )

有没有办法找出哪些语句、函数或部分代码未经测试?

最佳答案

根据文档,您应该在 ./coverage 下找到完整的 html 报告,其中逐行覆盖:

and this should produce a coverage.json, lcov.info and lcov-report/*html under ./coverage Sample of code coverage reports produced by this tool (for this tool!): HTML reports

文档:https://github.com/gotwarlost/istanbul#getting-started

关于node.js - nodejs - 如何检查代码的哪一部分通过单元测试进行了测试?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51378182/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com