Completed
Pull Request — master (#47)
by
unknown
05:51
created

Checkout Config

#
# acqiua/http-hmac-php project Scrutinizer configuration file
#
# @see https://scrutinizer-ci.com/docs/configuration
#

build:
  environment:
    php:
      version: '7.2'
  nodes:
    analysis:
      project_setup:
        override: true
      tests:
        override:
          - php-scrutinizer-run
    coverage:
      tests:
        override:
          - command: 'make coverage'
            coverage:
              file: './dist/tests.clover'
              format: clover

Repository Config

# language: php