Skip to content

build: use nyc's merge command

a 'merge' command has recently been added to nyc, eliminating the need for the istanbul-merge library.

both nyc and istanbul-merge rely on istanbul-lib-coverage, using nyc to perform the merge will ensure the same library version is used for instrumenting coverage and merging reports.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading