Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support providing configuration parameters via CLI #34

Open
ek9 opened this issue Jun 30, 2018 · 0 comments
Open

Support providing configuration parameters via CLI #34

ek9 opened this issue Jun 30, 2018 · 0 comments

Comments

@ek9
Copy link
Member

ek9 commented Jun 30, 2018

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

For relevant discussion see #11 (esp. #11 (comment) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant