build: environment: variables: ENV: 'ci' mysql: false postgresql: false redis: false rabbitmq: false php: version: 7.1 ini: 'date.timezone': 'Europe/Amsterdam' docker: remote_engine: true cache: images: - 'php:7.1-alpine' - 'hgraca/explicit-architecture:app.sfn.base' tests: override: - command: make coverage coverage: file: var/coverage.clover.xml format: php-clover - command: bash <(curl -s https://codecov.io/bash) filter: paths: - "src/" dependency_paths: - "vendor/" build_failure_conditions: - 'issues.new.exists' - 'project.metric_change("scrutinizer.test_coverage", < -0.05)' checks: php: code_rating: true duplication: true
build: environment: variables: CODECOV_TOKEN: 'b7b7874a-1fcc-42c7-8d5d-91fe6d4e7d26'