Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: None
-
Component/s: Metrics
-
Labels:None
-
Number of attachments :
Description
Calculated coverage is 0.4%, whereas it should be at least 80% !
Issue Links
- relates to
-
MCOBERTURA-56
Random failures in multiproject poms: cobertura can't read the .ser file
-
Activity
Simon Brandhof
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.2 [ 14022 ] | |
| Fix Version/s | 1.3 [ 14125 ] |
Freddy Mallet
made changes -
| Component/s | Metrics [ 13103 ] |
Freddy Mallet
made changes -
| Fix Version/s | 1.3RC1 [ 14125 ] | |
| Fix Version/s | 1.3 [ 14340 ] |
Simon Brandhof
made changes -
| Fix Version/s | 1.3 [ 14340 ] |
Simon Brandhof
made changes -
| Link |
This issue relates to |
Olivier Gaudin
made changes -
| Assignee | Simon Brandhof [ simon.brandhof ] |
Freddy Mallet
made changes -
| Priority | Major [ 3 ] | Minor [ 4 ] |
Freddy Mallet
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
On windows system, there's no problem. The code coverage is about 92%, even after executing sonar many times.
On linux (Ubuntu), the code coverage is at 100%, and after executing sonar many times, the value alternate between 0% and 100%.
During sonar collect, there's a exception raised many times when cobertura try to work on cobertura.ser.
Here's is the trace :
I update the kernel to 2.6.22-14 version, but it changed nothing.