Skip to content

build: fix coverage generation

Rodrigo Muino Tomonari requested to merge github/fork/mhdawson/fixcov into master
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

build: fix coverage generation

Changes in command line options for nyc resulted in the coverage target no longer working.

Pin the major version of nyc and update the options to get it working again.

Fixes: https://github.com/nodejs/node/issues/23690

Merge request reports

Loading