coverage-viewer icon indicating copy to clipboard operation
coverage-viewer copied to clipboard

A cross-platform code coverage report generator

Results 15 coverage-viewer issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

**Environment** coverage-viewer: 0.4.1 OS: Windows 10 shell: PowerShell npm: 6.13.0 node: v10.16.3 **Install output** ```bash > npm i -g coverage-viewer npm WARN deprecated [email protected]: This method has been renamed to...

Especially for larger projects, instead of seeing a huge list of files on the summary page, it'd be nice to offer a way to group them into directories.

It'd be nice to have a console reporter, in case someone didn't want to run the full report website. `nyc` has a decent one: https://github.com/istanbuljs/nyc#running-reports.