Skip to content

rajanrx/rover

Repository files navigation

rover Build Status

Mars Rover Code Challenge

usage

You need to have PHP 7.1 or above to run this project.

Clone this Repo , install dependencies

git clone https://github.com/rajanrx/rover.git && composer install

and then run command

php command.php --input 'data/sample-input.txt' --output 'data/sample-output.txt'

Test Coverage

To generate the report run the following command and you can access coverage html

./bin/phpunit --coverage-html ./report

Test Coverage