hallernsk/php-project-lvl2

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    composer install

lint:
    composer run-script phpcs -- --standard=PSR12 src bin tests

test:
    composer run-script test

test-coverage:
    XDEBUG_MODE=coverage composer run-script test -- --coverage-clover build/logs/clover.xml