๐Ÿ“ฆ directus / v6-archive

๐Ÿ“„ .scrutinizer.yml ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11filter:
  paths: ['api/*', 'installation/*', 'bin/*', 'installation/*', 'index.php', 'login.php']

checks:
  php: true

tools:
  external_code_coverage:
    timeout: 600
    runs: 2