.scrutinizer.yml 811 B

1234567891011121314151617181920212223242526272829303132
  1. checks:
  2. php: true
  3. javascript: true
  4. filter:
  5. paths:
  6. - "css/privatebin.css"
  7. - "css/bootstrap/privatebin.css"
  8. - "js/privatebin.js"
  9. - "lib/*.php"
  10. - "index.php"
  11. coding_style:
  12. php:
  13. spaces:
  14. around_operators:
  15. additive: false
  16. concatenation: true
  17. build:
  18. environment:
  19. php:
  20. version: 8.2
  21. tests:
  22. override:
  23. - command: 'composer require google/cloud-storage && cd tst && XDEBUG_MODE=coverage ../vendor/bin/phpunit'
  24. coverage:
  25. file: 'tst/log/coverage-clover.xml'
  26. format: 'clover'
  27. nodes:
  28. tests: true
  29. analysis:
  30. tests:
  31. override:
  32. - php-scrutinizer-run