Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 953 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 953 Bytes

codecov

evaluator

To run evaluator for the project execute the command

vendor/bin/evaluator evaluate

To run evaluator in particular project directory

vendor/bin/evaluator evaluate --path=some/path

To run evaluator with specific checkers

vendor/bin/evaluator evaluate --checks=<comma separated checkers names>

To run evaluator with specific output format (output by default)

vendor/bin/evaluator evaluate --format=<output, json, compact>

To run evaluator with specific output redirect to project file ./report

vendor/bin/evaluator evaluate --file

Other commands

Generate feature packages breakdown file. Should be executed from the evaluator project only.

GITHUB_AUTH=<token: ghp_*> bin/console extract-feature-packages -vvv