timurstrekalov / saga

Better code coverage tool for JavaScript.
http://timurstrekalov.github.com/saga/
Other
87 stars 25 forks source link

LCOV file entries refer to absolute URL and Sonar does not match #91

Closed david-mas closed 11 years ago

david-mas commented 11 years ago

When using http://localhost:${jasmine.serverPort} option, the output LCOV file references the full url of the files (http://localhost:4321/src/mySource.js). This causes Sonar cannot match the files. I used com.google.code.maven-replacer-plugin to replace the pattern by an empty test.

It would be much better if the output LCOV is relative. e.g SF:mySource.js DA:1,1 DA:3,1 ... DA:21,1 end_of_record

timurstrekalov commented 11 years ago

This is a duplicate of #88