Skip to content

Commit

Permalink
Updated tests exclusion list
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Oct 5, 2017
1 parent 31f42ba commit e5f7b5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ exclude_paths:
- "includes/gateways/simplify-commerce/"
- "includes/shipping/legacy-*"
- "includes/wc-deprecated-functions.php"
- "includes/class-wc-legacy-api.php"
- "assets/js/accounting/"
- "assets/js/jquery-*"
- "assets/js/prettyPhoto/"
Expand Down
2 changes: 0 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ filter:
- dummy-data/
- i18n/
- includes/api/legacy/
- includes/class-wc-legacy-api.php
- includes/gateways/simplify-commerce-deprecated/
- includes/gateways/simplify-commerce/includes/
- includes/legacy/
- includes/libraries/
Expand Down
9 changes: 7 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@
<file>woocommerce.php</file>
<file>uninstall.php</file>
<exclude>
<directory suffix=".php">./includes/admin/helper/views</directory>
<directory suffix=".php">./includes/admin/importers/views</directory>
<directory suffix=".php">./includes/admin/meta-boxes/views</directory>
<directory suffix=".php">./includes/admin/plugin-updates/views</directory>
<directory suffix=".php">./includes/admin/views</directory>
<directory suffix=".php">./includes/api/legacy</directory>
<directory suffix=".php">./includes/api/v1</directory>
<directory suffix=".php">./includes/gateways/simplify-commerce-deprecated</directory>
<directory suffix=".php">./includes/gateways/simplify-commerce/includes</directory>
<directory suffix=".php">./includes/libraries</directory>
<directory suffix=".php">./includes/legacy</directory>
<directory suffix=".php">./includes/libraries</directory>
<directory suffix=".php">./includes/shipping/legacy-flat-rate</directory>
<directory suffix=".php">./includes/shipping/legacy-free-shipping</directory>
<directory suffix=".php">./includes/shipping/legacy-international-delivery</directory>
Expand All @@ -35,6 +39,7 @@
<directory suffix=".php">./includes/vendor</directory>
<directory suffix=".php">./includes/widgets</directory>
<file>./includes/wc-deprecated-functions.php</file>
<file>./includes/wc-template-hooks.php</file>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit e5f7b5e

Please sign in to comment.