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

wp-graphql / wp-graphql-woocommerce / 23778302055
92%

Build:
DEFAULT BRANCH: develop
Ran 31 Mar 2026 03:12AM UTC
Jobs 1
Files 235
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Mar 2026 02:58AM UTC coverage: 90.757% (+0.8%) from 89.968%
23778302055

push

github

web-flow
fix: Elementor breaks transfer-session endpoint (#1004)

* fix: Elementor breaks transfer-session endpoint with 500 error

Elementor's LandingPages module creates a WP_Query during `init` which
fires `pre_get_posts` before WooCommerce session is initialized. Our
resolve_request handler ran on this early query and called
WC()->session->get_customer_id() on null, causing a fatal error.

Fix: Guard resolve_request to only run on the main front-end query and
bail if WC session is not yet initialized. Also add Elementor to the
test environment and add functional tests that reproduce the issue.

Closes #945

* chore: Add @param docblock for resolve_request $query parameter

* devops: Remove unused resolvers and add session transaction manager tests

Remove Coupon_Connection_Resolver and Customer_Connection_Resolver
which had 0% coverage and were never instantiated.

Add SessionTransactionManagerTest covering did_transaction_expire
edge cases and next_transaction invalid/expired queue handling.

4 of 5 new or added lines in 1 file covered. (80.0%)

15947 of 17571 relevant lines covered (90.76%)

146.0 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
82.61
-0.35% includes/utils/class-protected-router.php
Jobs
ID Job ID Ran Files Coverage
1 23778302055.1 31 Mar 2026 03:12AM UTC 235
90.76
GitHub Action Run
Source Files on build 23778302055
  • Tree
  • List 235
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9ef79563 on github
  • Prev Build on develop (#23776405683)
  • Next Build on develop (#23779262545)
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