Skip to content

Commit b0cc64f

Browse files
authored
Merge pull request #48 from anne-gaelle123inkt/master
update readme
2 parents c77aaa6 + c5f6a30 commit b0cc64f

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 ./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)