1
0
mirror of synced 2025-01-30 03:51:43 +03:00

removing message about outdated coverage report

This commit is contained in:
meus 2007-10-14 19:19:06 +00:00
parent 15cdb65ba7
commit 92c3be530d

View File

@ -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>