Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: change istanbul to nyc (#1150)
  • Loading branch information
atian25 authored and fengmk2 committed Jul 4, 2017
1 parent c7a87a8 commit 7c70beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/zh-cn/core/development.md
Expand Up @@ -119,7 +119,7 @@ $ npm test -- -t 30000 --grep="should GET"

## 代码覆盖率

egg-bin 已经内置了 [istanbul](https://github.com/gotwarlost/istanbul) 来支持单元测试自动生成代码覆盖率报告。
egg-bin 已经内置了 [nyc](https://github.com/istanbuljs/nyc) 来支持单元测试自动生成代码覆盖率报告。

添加 `npm scripts``package.json`

Expand Down

0 comments on commit 7c70beb

Please sign in to comment.