Commit 92c3be53 authored by meus's avatar meus

removing message about outdated coverage report

parent 15cdb65b
...@@ -39,11 +39,6 @@ $revision = $svn_info[1]; ...@@ -39,11 +39,6 @@ $revision = $svn_info[1];
<body> <body>
<h1>Coverage report for Doctrine</h1> <h1>Coverage report for Doctrine</h1>
<p>Report generated against revision <?php echo $reporter->getRevision(); ?> current HEAD revision is <?php echo $revision ?>.</p> <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> <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> <table>
<tr> <tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment