Skip to content

Commit

Permalink
[TASK] Add coverage configuration for functional tests
Browse files Browse the repository at this point in the history
We already had this for unit tests, but it was missing for
functional tests.
  • Loading branch information
oliverklee committed Dec 19, 2023
1 parent 8e3cc5b commit 87748db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Tests/Functional/FunctionalTests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
<directory suffix="Test.php">./</directory>
</testsuite>
</testsuites>
<coverage>
<include>
<!--
This path needs an adaption in extensions, when coverage statistics are wanted.
-->
<directory>../../../../../../typo3/sysext/*/Classes/</directory>
</include>
</coverage>
<php>
<!-- @deprecated: will be removed with next major version, constant TYPO3_MODE is deprecated -->
<const name="TYPO3_MODE" value="BE"/>
Expand Down

0 comments on commit 87748db

Please sign in to comment.