diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/coverage.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/coverage.php b/tests/coverage.php new file mode 100644 index 0000000..8d88eee --- /dev/null +++ b/tests/coverage.php @@ -0,0 +1,3 @@ +<?php +$xml = simplexml_load_file("build/coverage/xml/mysql.php.xml"); +echo "COVERAGE=" . $xml->file->totals->lines->attributes()->percent;
\ No newline at end of file |