From 3bdd428683baae3c9b6bb1f4c051352652e766b7 Mon Sep 17 00:00:00 2001 From: 1stthomas Date: Tue, 3 Dec 2024 18:39:57 +0100 Subject: [PATCH 1/2] #21 Update PHPUnit config description --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5b5c9b0..4674616 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,17 @@ Basic configuration for the checkout action works like this: IMPORTANT: v1.0.0 currently has NO support for a custom checkout path. You can automatically generate a clover report file with every PHPUnit run by adding the following configuration to your phpunit.xml file: -``` - - - src - - - - - +```xml + + + + + + + + src + + ``` # Recommended configuration From d3d24f220207ac15254ea54fa22bccbc9de52b81 Mon Sep 17 00:00:00 2001 From: 1stthomas Date: Mon, 9 Dec 2024 21:37:16 +0100 Subject: [PATCH 2/2] #21 Re add v9 description to help users which are still using an old version; fix one of the renamed attributes --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4674616..286d31b 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,20 @@ Basic configuration for the checkout action works like this: ``` IMPORTANT: v1.0.0 currently has NO support for a custom checkout path. -You can automatically generate a clover report file with every PHPUnit run by adding the following configuration to your phpunit.xml file: +You can automatically generate a clover report file with every PHPUnit run by adding specific configuration to your phpunit.xml file. For PHPUnit v9 use something like following: ```xml - + + + src + + + + + +``` +Since PHPUnit v10.1 file and folder filtering must be declared with a `source` element: +```xml +