This repository has been archived by the owner on May 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actualización a Civikmind 2017 - V1.0 Primera Entrega
- Loading branch information
1 parent
64ba738
commit 9f33374
Showing
4,633 changed files
with
1,730,236 additions
and
474,384 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
|
||
$tests_dir = __DIR__ . '/tests/'; | ||
$coverage_dir = $tests_dir . 'code-coverage/'; | ||
|
||
if (!file_exists($coverage_dir)) { | ||
mkdir($coverage_dir); | ||
} | ||
|
||
$coverageField = new atoum\report\fields\runner\coverage\html( | ||
'GLPI', | ||
$coverage_dir | ||
); | ||
$coverageField->setRootUrl('file://' . realpath($coverage_dir)); | ||
|
||
$script | ||
->addDefaultReport() | ||
->addField($coverageField); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.