leopardrock/php-sms

View on GitHub
.gitlab-ci.yml

Summary

Maintainability
Test Coverage
before_script:
  - composer install

phpunit:
  script: "php vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-text"
  tags:
    - php