repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #16636 from mauriciofauth/mysqli-report-mode
[phpmyadmin.git]
/
.scrutinizer.yml
blob
c0298ea43ed1dfcc591b74136cd3e299b7cbfc18
1
# scrutinizer-ci.com configuration
2
imports:
3
- javascript
4
- php
5
filter:
6
excluded_paths:
7
- build/
8
- js/vendor/
9
- js/dist/
10
- node_modules/
11
- tmp/
12
- vendor/
13
- test/doctum-config.php
14
checks:
15
javascript: true
16
php: true
17
tools:
18
external_code_coverage:
19
runs: 4 # php 7.x versions
20
timeout: 900 # 15 min
21
build:
22
nodes:
23
analysis:
24
environment:
25
php: 7.1
26
node: 10
27
dependencies:
28
before:
29
- composer install
30
- composer require tecnickcom/tcpdf pragmarx/google2fa-qrcode samyoul/u2f-php-server
31
tests:
32
override:
33
- php-scrutinizer-run
34
- phpcs-run