nyc-report-lcov-absolute

v1.0.0
LCOV reporter for nyc that outputs absolute file paths to lcov.info
nyc istanbul report lcov absolute

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"
    ]
  }
}
npm i nyc-report-lcov-absolute

Metadata

  • MIT
  • Whatever
  • Mate Solymosi
  • released 2/27/2020

Downloads

Maintainers