JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 113
  • Score
    100M100P100Q74800F
  • License MIT

Coverage report generator for gemini

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]