Package Exports
- gemini-coverage
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gemini-coverage) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
gemini-coverage
Утилита для генерации html отчета на основе json отчета о покрытии тестами gemini.
Использование
npm install gemini-coverage
./node_modules/.bin/gemini-coverage gen [путь к coverage.json]
По умолчанию файлы отчета будут сохранены в [текущая директори/gemini-coverage].
Опции
Создать отчет в папке path/to/report, использовать исходные файлы из path/to/source
./node_modules/.bin/gemini-coverage gen -r path/to/source -d path/to/report [путь к coverage.json]