Practice program to build up code skills through katas, readings and talks.
To run docker and get all the dependencies the first time run the following command in the folder of the kata you are doing:
make build
To run the tests run the following command in the folder of the kata you are doing:
make test
To run the tests with coverage run the following command in the folder of the kata you are doing:
make coverage
To run the mutation tests run the following command in the folder of the kata you are doing (more info: https://infection.github.io/guide):
make mutation-test