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,10 @@
|
||||
<?php
|
||||
require_once 'PHP/CodeCoverage/Autoload.php';
|
||||
|
||||
$coverage = new PHP_CodeCoverage;
|
||||
$filter = $coverage->filter();
|
||||
|
||||
$filter->addFileToBlacklist(__FILE__);
|
||||
$filter->addFileToBlacklist(dirname(__FILE__) . '/auto_append.php');
|
||||
|
||||
$coverage->start($_SERVER['SCRIPT_FILENAME']);
|
||||
Reference in New Issue
Block a user