We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c77aaa6 + c5f6a30 commit b0cc64fCopy full SHA for b0cc64f
README.md
@@ -57,7 +57,8 @@ File: `phpfci.xml`
57
or generate a config file based on existing coverage results
58
59
```shell script
60
-php vendor/bin/phpfci baseline --baseDir /home/ci/workspace coverage.xml ./phpfci.xml
+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
62
```
63
64
The base directory will be subtracted from the filepaths in coverage.xml
0 commit comments