# Require package (Composer)

We recommend to use Composer (opens new window) to manage your dependencies. You can require this package as follows:

$ composer require --dev eonx-com/easy-test

# Check coverage

This package provides you with a console command to check your code coverage against a limit you define. If the coverage is lower than your limit the command fails.

This console command expect the path of a file containing the coverage output.

vendor/bin/easy-test easy-test:check-coverage <path_to_coverage_output_file> --coverage=90