Hi,
I have been using Sonar’s JavaScript plugin with JsTestDriver, and it has been working fine. However, I would like to generate code coverage reports using a different plugin than JsTestDriver. My problem is that Sonar only reads the coverage
file if it is named “jsTestDriver.conf-coverage.dat”, but the plugin I am using now names the file “SpecRunner.html-coverage.dat”. If I rename the file to “jsTestDriver.conf-coverage.dat” then Sonar reads it fine, but it is obviously a necessity that Sonar
be able to read files with different names than “jsTestDriver.conf-coverage.dat”. How can I tell Sonar to read a file of the same format, but a different name? Thanks.
-Jason