Open GoogleCodeExporter opened 9 years ago
I can also reproduce this issue with phantomjs
http://phantomjs.org
This is a problem for us as we're gping to be using this in our CI to keep test
coverage above 80%
Original comment by sickpu...@gmail.com
on 16 Nov 2012 at 5:21
I'm also facing this issue with phantomjs on mac os x...
Original comment by karthi...@gmail.com
on 14 May 2013 at 5:21
The code coverage reports 0% in safari/phantom because each javascript file's
are loaded twice, so LCOV.js is getting executed again after running all the
test scripts so the Reporter object gets reset and the process test results
sending the POST request to the server with empty array for linesCovered
property.
[{"testCaseName":"dummy -
module","testName":"test1","result":"passed","message":"","log":"","time":4,"dat
a":{"linesCovered":"[]"}}]
Anybody has an idea why the files are getting loaded twice ?
Original comment by karthi...@gmail.com
on 17 May 2013 at 9:10
Original issue reported on code.google.com by
sickpu...@gmail.com
on 15 Nov 2012 at 8:21