Closed david-mas closed 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
This is a duplicate of #88
When usinghttp://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