• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wp-graphql / wp-graphql-woocommerce / 23675172456

28 Mar 2026 02:10AM UTC coverage: 70.983% (-18.4%) from 89.424%
23675172456

Pull #1003

github

web-flow
Merge 05339093d into 6fb7b226f
Pull Request #1003: devops: WC email template tests, COT cursor HPOS fix, checkout account auth

71 of 81 new or added lines in 5 files covered. (87.65%)

3346 existing lines in 124 files now uncovered.

12576 of 17717 relevant lines covered (70.98%)

55.38 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/includes/data/loader/class-wc-shipping-method-loader.php
1
<?php
2
/**
3
 * DataLoader - WC_Shipping_Method_Loader
4
 *
5
 * Loads Models for WooCommerce Shipping Methods defined in custom DB tables.
6
 *
7
 * @package WPGraphQL\WooCommerce\Data\Loader
8
 * @since TBD
9
 */
10

11
namespace WPGraphQL\WooCommerce\Data\Loader;
12

13
/**
14
 * Class WC_Shipping_Method_Loader
15
 */
16
class WC_Shipping_Method_Loader extends WC_Db_Loader {
17
        /**
18
         * WC_Shipping_Method_Loader constructor
19
         *
20
         * @param \WPGraphQL\AppContext $context      AppContext instance.
21
         */
22
        public function __construct( $context ) {
UNCOV
23
                parent::__construct( $context, 'SHIPPING_METHOD' );
×
24
        }
25
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc