nyc-report-lcov-absolute

1.0.0 • Public • Published

nyc-report-lcov-absolute

LCOV reporter for nyc that outputs absolute file paths to lcov.info.

Usage

Install the package:

npm install --save-dev nyc-report-lcov-absolute

Then use it either from the command line:

nyc --reporter nyc-report-lcov-absolute [command]

...or in package.json:

{
  "nyc": {
    "reporter": [
      "nyc-report-lcov-absolute"
    ]
  }
}

Package Sidebar

Install

npm i nyc-report-lcov-absolute

Weekly Downloads

17,056

Version

1.0.0

License

MIT

Unpacked Size

3.34 kB

Total Files

4

Last publish

Collaborators

  • solymosi