File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ service_name : travis-ci
2+ coverage_clover : tests/_output/coverage.xml
3+ json_path : tests/_output/coverage.json
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ matrix:
3535 env : WP_VERSION=latest
3636 - php : 5.6
3737 env : WP_TRAVISCI=phpcs
38+ allow_failures :
39+ - env : WP_TRAVISCI=phpcs
3840
3941install :
4042 - |
Original file line number Diff line number Diff line change 10101111 }
1212 ],
13+ "scripts" : {
14+ "install-wp-tests" : " bash bin/install-wp-tests.sh" ,
15+ "test" : " vendor/bin/codecept run" ,
16+ "functional-test" : " vendor/bin/codecept run functional" ,
17+ "acceptance-test" : " vendor/bin/codecept run acceptance" ,
18+ "wpunit-test" : " vendor/bin/codecept run wpunit"
19+ },
1320 "require" : {
1421 "firebase/php-jwt" : " ^4.0"
1522 },
Original file line number Diff line number Diff line change 55 <rule ref =" WordPress-Core" />
66 <rule ref =" WordPress-Docs" />
77
8- <exclude-pattern >*/node_modules/*</exclude-pattern >
9- <exclude-pattern >*/vendor/*</exclude-pattern >
8+ <exclude-pattern >/vendor/</exclude-pattern >
9+ <exclude-pattern >/node_modules/</exclude-pattern >
10+ <exclude-pattern >/tests/</exclude-pattern >
1011</ruleset >
You can’t perform that action at this time.
0 commit comments