Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
slam5:citools [2016/12/07 01:35] – jcheron | slam5:citools [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 2: | Ligne 2: | ||
L' | L' | ||
+ | |||
+ | ===== Outils d' | ||
+ | |||
+ | |||
+ | |< 100% >| | ||
+ | ^Service ^Domaine ^Descriptif ^ | ||
+ | |[[https:// | ||
+ | |[[https:// | ||
+ | |[[https:// | ||
+ | |[[https:// | ||
+ | |||
+ | |||
+ | <sxh xml> | ||
+ | build: | ||
+ | nodes: | ||
+ | analysis: | ||
+ | dependencies: | ||
+ | before: | ||
+ | - composer require codeception/ | ||
+ | environment: | ||
+ | php: | ||
+ | version: 7.2 | ||
+ | tests: | ||
+ | override: | ||
+ | - php-scrutinizer-run | ||
+ | coverage: | ||
+ | environment: | ||
+ | php: | ||
+ | version: 7.2 | ||
+ | hosts: | ||
+ | dev.local: ' | ||
+ | apache2: | ||
+ | modules: [' | ||
+ | sites: | ||
+ | mySite: | ||
+ | host: ' | ||
+ | web_root: ' | ||
+ | selenium: true | ||
+ | services: | ||
+ | # For available tags, see https:// | ||
+ | mysql: 5.7 | ||
+ | tests: | ||
+ | before: | ||
+ | - mysql -u root mysql < db/ | ||
+ | - composer update | ||
+ | - ./ | ||
+ | - sudo chmod 0777 -R app/cache/* | ||
+ | - sudo service apache2 restart && sudo service apache2 reload | ||
+ | override: | ||
+ | - command: (./ | ||
+ | coverage: | ||
+ | file: tests/ | ||
+ | format: clover | ||
+ | filter: | ||
+ | paths: [" | ||
+ | excluded_paths: | ||
+ | - app/cache/ | ||
+ | - app/config/ | ||
+ | - app/logs/ | ||
+ | checks: | ||
+ | php: | ||
+ | code_rating: | ||
+ | duplication: | ||
+ | </ | ||