.scrutinizer.yml 830 B

12345678910111213141516171819202122232425262728293031323334
  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. image: default-bionic
  19. environment:
  20. php:
  21. version: 7.4
  22. tests:
  23. override:
  24. -
  25. command: 'composer require google/cloud-storage && cd tst && ../vendor/bin/phpunit'
  26. coverage:
  27. file: 'tst/log/coverage-clover.xml'
  28. format: 'clover'
  29. nodes:
  30. tests: true
  31. analysis:
  32. tests:
  33. override:
  34. - php-scrutinizer-run