From: Mark D. <ma...@ki...> - 2005-05-25 21:42:46
|
On Wed, 25 May 2005 10:48:36 +0300 (EEST), Collector Of Bones wrote > Hi, > > I just downloaded and tried cobertura. On the web there is example which > shows line coverage and branch coverage on main page and later line > by line coverage of each file. But when downloaded and started ant (just > command "ant") then it generated report where is only shown data > about how many tests are started, how many failed and if failed then > what was output.. no coverage percentages or contets of java files. > Did I miss smth or is this webexample other thing than cobertura report? It sounds like you're describing the JUnit HTML report. If you ran the basic example, look in the directory examples/basic/coverage/html. If you ran ant to compile Cobertura, then look in build/test/reports/coverage-html (And yes, the web example IS a Cobertura report.) -Mark |