Jasmine + Istanbul报道不起作用

时间:2014-11-28 10:47:23

标签: javascript jasmine code-coverage istanbul

我正在研究精简版javascript框架,即使我确定在执行我的规范时几乎所有的功能都是,我的覆盖声明也达不到10%调用。

如果有人知道我做错了什么,我会很高兴听到它。

我的项目构建: https://travis-ci.org/devoralive/doa

我的项目存储库: https://github.com/devoralive/doa

我的茉莉花规格: https://github.com/devoralive/doa/tree/master/specs/doa

来源: https://github.com/devoralive/doa/tree/master/src/doa

2 个答案:

答案 0 :(得分:1)

在尝试创建dist版本时,我已经解决了我的问题,我的requirejs模块名称。

答案 1 :(得分:0)

你看过HTML报道了吗?

22个功能中只有3个被测试,关于travis trace ...你可能需要测试所有可能的输出,在这种情况下,HTML报告比LCOV报告更有帮助。

此致