mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Peeringdb integration to show the Exchanges and peers for your AS' (#6178)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$coverage->stop();
|
||||
|
||||
$writer = new PHP_CodeCoverage_Report_HTML;
|
||||
$writer->process($coverage, '/tmp/coverage');
|
||||
Reference in New Issue
Block a user