removing message about outdated coverage report
This commit is contained in:
parent
15cdb65ba7
commit
92c3be530d
@ -39,11 +39,6 @@ $revision = $svn_info[1];
|
||||
<body>
|
||||
<h1>Coverage report for Doctrine</h1>
|
||||
<p>Report generated against revision <?php echo $reporter->getRevision(); ?> current HEAD revision is <?php echo $revision ?>.</p>
|
||||
<?php
|
||||
if($revision !== $reporter->getRevision()){
|
||||
echo "<p>This coverage report is outdated. Please generate a new one by executing the testrunner with the coverage flag</p>";
|
||||
}
|
||||
?>
|
||||
<p>Default mode shows results sorted by percentage. This can be changed with GET variables:<br /> <ul><li>order = covered|total|maybe|notcovered|percentage</li><li>desc=true</li></ul></p>
|
||||
<table>
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user