A-Lawrence/laravel-aircraft-registrations

View on GitHub
phpspec.yml

Summary

Maintainability
Test Coverage
suites:
    default:
        namespace: ALawrence\LaravelAircraftRegistration
        psr4_prefix: ALawrence\LaravelAircraftRegistration
formatter.name: pretty

extensions:
  LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension:

    format:
      - clover

    output:
      clover: coverage.xml

    show_uncovered_files: true

    lower_upper_bound: 35

    high_lower_bound: 70

    whitelist:
      - src