test-reporter icon indicating copy to clipboard operation
test-reporter copied to clipboard

Allow configurable coverage directory

Open redbugz opened this issue 7 years ago • 1 comments

It appears that currently, at least for istanbul/nyc/lcov, that it is hardcoded to expect the files to be at ./coverage/lcov.info

We have overridden this location using nyc configuration to output to a different directory to consolidate several of our reports. In our case, we output our coverage information in ./reports/coverage/lcov.info

Please allow a way to override the default hardcoded location either through env var or command line parameter so we can specify where the coverage directory is located.

redbugz avatar Mar 09 '18 12:03 redbugz

Hey @redbugz, sorry about the delay in getting back to you on this. You should be able to use our low-level commands in order to specify a location where your coverage info is located.

Let me know if you have any questions about that, or if that isn't quite what you're looking for.

davehenton avatar Mar 20 '18 21:03 davehenton