sergiu-paraschiv/phpci-istanbul
Composer 安装命令:
composer require sergiu-paraschiv/phpci-istanbul
包简介
npm mocha plugin for PHPCI
README 文档
README
Istanbul reporter for PHPCI
Add this to composer.json:
composer require sergiu-paraschiv/phpci-istanbul
Then the task to phpci.yml:
\SergiuParaschiv\PHPCI\Plugin\Istanbul:
directory: "frontend"
command: "npm run -s coverage:ci"
outputDirectory: "../../../../public/coverage/frontend"
Npm should run with the -s flag.
coverage:ci in package.json should be "istanbul cover --dir $DIR --root app _mocha -- --recursive app/test"
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-05-18