mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
PHPUnit > directory with code coverage > rename
This commit is contained in:
@@ -46,7 +46,7 @@ dir.tests = ${project.basedir}/tests
|
||||
#
|
||||
dir.build = ${project.basedir}/build
|
||||
dir.reports = ${dir.build}/reports
|
||||
dir.reports.coverage = ${dir.reports}/phpunit_coverage
|
||||
dir.reports.coverage = ${dir.reports}/phpunit-coverage
|
||||
|
||||
# Data directories
|
||||
#
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
</filter>
|
||||
|
||||
<logging>
|
||||
<log type="coverage-html" target="build/reports/phpunit_coverage/html"/>
|
||||
<log type="coverage-html" target="build/reports/phpunit-coverage/html"/>
|
||||
<log type="coverage-clover" target="build/reports/coveralls/clover.xml"/>
|
||||
</logging>
|
||||
</phpunit>
|
||||
|
||||
Reference in New Issue
Block a user