Skip to content

Commit cc4f60e

Browse files
committed
[TASK] Note phpcov Phive deprecation in phive.xml
Adds a comment to phive.xml to document the upcoming removal of phpcov from Phive. The comment explains the rationale for the deprecation. Changes: * Added a comment block to phive.xml explaining the planned removal of `phpcov` from `Phive`. The comment details that phpcov is now a composer dev dependency and suggests verifying and removing the Phive-based tool setup. Impact: * No functional changes. * This change adds documentation regarding a future cleanup. * No immediate impact on dependencies. Relates: #1802
1 parent 02f5c25 commit cc4f60e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

phive.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3+
<!-- /*
4+
@todo phpcov is installed as composer dev dependency now to have it available for runTests.sh based
5+
execution to avoid adding `phive` already to the image only possible with custom image builds.
6+
As this is the only tool and also in a outdated version, verify this and remove phive based
7+
tool setup. There is no use in pipelines anymore and this is unused beside local development
8+
tools. Also check contribution/development documentation to remove mentioning the phive install
9+
and requirement.
10+
*/-->
311
<phar name="phpcov" version="^9.0.2" installed="9.0.2" location="./tools/phpcov" copy="false"/>
412
</phive>

0 commit comments

Comments
 (0)