Is it possible to prepopulate --temp-directory with the content of $NODE_V8_COVERAGE if set? I am trying to integrate c8 in my workflow and I really like the ability to separate execution and reporting.
NODE_V8_COVERAGE=/tmp/cov npm test
NODE_V8_COVERAGE=/tmp/cov c8 report
Happy to contribute id accepted.
Cheers!
Is it possible to prepopulate
--temp-directorywith the content of$NODE_V8_COVERAGEif set? I am trying to integrate c8 in my workflow and I really like the ability to separate execution and reporting.NODE_V8_COVERAGE=/tmp/cov npm testNODE_V8_COVERAGE=/tmp/cov c8 reportHappy to contribute id accepted.
Cheers!