sourcebitapps / coverstory

Automatically exported from code.google.com/p/coverstory
Apache License 2.0
0 stars 0 forks source link

I am not able to get the coverage report.. #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am able to generate .gcda  files. But files are not able to generte the 
coverage reports giving below errors in coverstory:

Scanning for coverage data in 
'/Users/krishna/Library/Developer/Xcode/DerivedData/Krish-fdiyokrobaqdnnegnllxqy
dmbpzb/Build/Intermediates/KrishAppKit.build/Debug/KrishAppKitTests.build/Object
s-normal/x86_64'
Found 7 gcda files to process.
xargs: (null): No such file or directory
/Users/krishna/Library/Developer/Xcode/DerivedData/Krish-fdiyokrobaqdnnegnllx
qydmbpzb/Build/Intermediates/KrishAppKit.build/Debug/KrishAppKitTests.build/Obje
cts-normal/x86_64:failed to process files: (
    "KLog.gcda",
    "KNetworkController.gcda",
    "KNetworkControllerTests.gcda",
    "KSystemLogger.gcda",
    "KSystemLoggerTests.gcda",
    "KrishAppKitTests.gcda",
    "Reachability.gcda"
)

No coverage data read.
It took 0:00 to process the data.

What is the expected output? What do you see instead?
It must show the coverage report.

What version of the product are you using? On what operating system?
Xcode 4.5 & MAC OS 10.8.2 & this is the MAC application not ios.

Original issue reported on code.google.com by krishnag...@gmail.com on 16 May 2013 at 7:26

GoogleCodeExporter commented 8 years ago
Looks like maybe it isn't finding gcov for you, you might have to build from 
source and trace to see what that's failing.

Original comment by thoma...@gmail.com on 16 May 2013 at 12:38

GoogleCodeExporter commented 8 years ago
"you might have to build from source" for this what should i do ,Can you 
elaborate it? 

Original comment by mahendra...@gmail.com on 1 Mar 2014 at 7:16