You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support specifying code coverage configuration parameters via cli instead of only supporting configuration file. In case both (configuration and CLI arguments) are specified, the CLI arguments should always take priority.
Set of arguments we need to support:
--coverage-clover <file> - Generate code coverage report in Clover XML format
--coverage-crap4j <file> - Generate code coverage report in Crap4J XML format
--coverage-html <dir> - Generate code coverage report in HTML format
--coverage-php <file> - Export PHP_CodeCoverage object to file
--coverage-text=<file> - Generate code coverage report in text format Default: Standard output
--coverage-xml <dir> - Generate code coverage report in PHPUnit XML format
--whitelist <dir> - Whitelist <dir> for code coverage analysis
--disable-coverage-ignore - Disable annotations for ignoring code coverage
Support specifying code coverage configuration parameters via cli instead of only supporting configuration file. In case both (configuration and CLI arguments) are specified, the CLI arguments should always take priority.
Set of arguments we need to support:
--coverage-clover <file>
- Generate code coverage report in Clover XML format--coverage-crap4j <file>
- Generate code coverage report in Crap4J XML format--coverage-html <dir>
- Generate code coverage report in HTML format--coverage-php <file>
- Export PHP_CodeCoverage object to file--coverage-text=<file>
- Generate code coverage report in text format Default: Standard output--coverage-xml <dir>
- Generate code coverage report in PHPUnit XML format--whitelist <dir>
- Whitelist<dir>
for code coverage analysis--disable-coverage-ignore
- Disable annotations for ignoring code coverageFor relevant discussion see #11 (esp. #11 (comment) )
The text was updated successfully, but these errors were encountered: