My code coverage setup generates files called lcovonly instead of lcov.info (and it's not easily changeable). I had to edit dataBank.js to specify **/lcov* instead of **/*.info to get things updating as the files changed, even though I had the right path in my settings.
Please allow specifying our own glob pattern for the lcov files (or make listing them individually actually work no matter what they're called).
My code coverage setup generates files called lcovonly instead of lcov.info (and it's not easily changeable). I had to edit dataBank.js to specify
**/lcov*
instead of**/*.info
to get things updating as the files changed, even though I had the right path in my settings.Please allow specifying our own glob pattern for the lcov files (or make listing them individually actually work no matter what they're called).