Skip to content

Commit c5f6a30

Browse files
update readme
1 parent 5ce603a commit c5f6a30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ File: `phpfci.xml`
5757
or generate a config file based on existing coverage results
5858

5959
```shell script
60-
php vendor/bin/phpfci baseline --baseDir /home/ci/workspace coverage.xml --config ./phpfci.xml
60+
php vendor/bin/phpfci baseline coverage.xml --config ./phpfci.xml --baseDir /home/ci/workspace
61+
php vendor/bin/phpfci baseline coverage1.xml coverage2.xml --config ./phpfci.xml --baseDir /home/ci/workspace
6162
```
6263

6364
The base directory will be subtracted from the filepaths in coverage.xml

0 commit comments

Comments
 (0)