From 5ce603a30e73137bce472c8a87294a989fb41c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anne-Ga=C3=ABlle=20Kerros?= Date: Fri, 21 Feb 2025 17:22:23 +0100 Subject: [PATCH 1/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e56a341..fc094f9 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ File: `phpfci.xml` or generate a config file based on existing coverage results ```shell script -php vendor/bin/phpfci baseline --baseDir /home/ci/workspace coverage.xml ./phpfci.xml +php vendor/bin/phpfci baseline --baseDir /home/ci/workspace coverage.xml --config ./phpfci.xml ``` The base directory will be subtracted from the filepaths in coverage.xml From c5f6a300fadf5e71d1132d5593f915e1992b1664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anne-Ga=C3=ABlle=20Kerros?= Date: Fri, 21 Feb 2025 17:23:47 +0100 Subject: [PATCH 2/2] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc094f9..9200230 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ File: `phpfci.xml` or generate a config file based on existing coverage results ```shell script -php vendor/bin/phpfci baseline --baseDir /home/ci/workspace coverage.xml --config ./phpfci.xml +php vendor/bin/phpfci baseline coverage.xml --config ./phpfci.xml --baseDir /home/ci/workspace +php vendor/bin/phpfci baseline coverage1.xml coverage2.xml --config ./phpfci.xml --baseDir /home/ci/workspace ``` The base directory will be subtracted from the filepaths in coverage.xml