Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: allow setting clean as option for coverage
Allow running make coverage with CLEAN=true so that the coverage reports can be generated and cleaned up afterwards (right now this is a workaround but with the drawback that this creates another make process Adjust coverage-clean so that it only removes the coverage/ dir if CLEAN=false otherwise leave it intact Update .gitignore to ignore the coverage/ dir Refs: https://github.com/nodejs/node/pull/15190/files#r136934721 Fixes: nodejs#15214
- Loading branch information