Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Apr 11, 2024
1 parent 2bbb78d commit 970f293
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions scaffold/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,19 @@
</testsuite>
</testsuites>

<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
<include>
<directory>scripts/composer</directory>
</include>
</source>

<coverage includeUncoveredFiles="true"
pathCoverage="false"
ignoreDeprecatedCodeUnits="true"
disableCodeCoverageIgnore="false">
<report>
<html outputDirectory=".coverage-html" lowUpperBound="50" highLowerBound="90"/>
<cobertura outputFile="cobertura.xml"/>
</report>
</coverage>
</phpunit>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use DrevOps\composer\ScaffoldScriptHandler;

/**
*
* @coversDefaultClass DrevOps\composer\ScaffoldGeneralizer
*/
class ScaffoldCreateProjectTest extends ScaffoldTestCase {

Expand Down

0 comments on commit 970f293

Please sign in to comment.