Open ayeshasiddiqs7 opened 3 years ago
Hi,
I want the framework to generate the folder for coverage based on a configurable name, is that possible? Currently I get /coverage/Chrome 88.0.4324.182 (Windows 10)/lcov.info
/coverage/Chrome 88.0.4324.182 (Windows 10)/lcov.info
Is it possible to have coverage/<any_folder_name>/lcov.info
coverage/<any_folder_name>/lcov.info
@ayeshasiddiqs7 karma-coverage plugin has subdir configuration that allow to specify folder name for coverage results: https://github.com/karma-runner/karma-coverage#advanced-multiple-reporters
subdir
Hi,
I want the framework to generate the folder for coverage based on a configurable name, is that possible? Currently I get
/coverage/Chrome 88.0.4324.182 (Windows 10)/lcov.info
Is it possible to have
coverage/<any_folder_name>/lcov.info