MantisBT - CDash
View Issue Details
0011167CDashpublic2010-08-24 23:442010-10-25 02:36
David O'Shea 
Julien Jomier 
normaltrivialalways
closedfixed 
 
1.8 
0011167: Coverage threshold check should be greater than or equal to
In Subversion trunk revision 2653 of CDash, in Administration -> Project -> Testing, the help for "Coverage threshold" says "CDash marks the coverage has passed (green) if the global coverage for a build or specific files is above this threshold", "above" being the key word.

If the project requires 100% coverage, we cannot set this to 100, because then no file is shown in green - an actual coverage value of 100 is not greater than the threshold of 100. We have to set the threshold to 99 instead.
Issue 0010819 also discusses 100% coverage, requesting a new category for it. This would also resolve this problem.
No tags attached.
Issue History
2010-08-24 23:44David O'SheaNew Issue
2010-08-25 03:37Julien JomierStatusnew => assigned
2010-08-25 03:37Julien JomierAssigned To => Julien Jomier
2010-08-25 03:42Julien JomierNote Added: 0021938
2010-08-25 03:42Julien JomierStatusassigned => resolved
2010-08-25 03:42Julien JomierFixed in Version => 1.8
2010-08-25 03:42Julien JomierResolutionopen => fixed
2010-10-25 02:36Julien JomierStatusresolved => closed

Notes
(0021938)
Julien Jomier   
2010-08-25 03:42   
Fixed in revision 2663. Thanks for the report.