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

wp-graphql / wp-graphql-woocommerce / 23462447696
92%

Build:
DEFAULT BRANCH: develop
Ran 23 Mar 2026 10:14PM UTC
Jobs 1
Files 233
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

23 Mar 2026 10:04PM UTC coverage: 83.834% (-0.001%) from 83.835%
23462447696

push

github

web-flow
fix: customer order query strips pagination and where args (#981)

The array_intersect_key call in the orders connection resolver was
filtering all $args (including first, last, after, before) against
get_connection_args('public') keys. Since get_connection_args returns
where arg definitions (not top-level connection args), the intersection
matched nothing and stripped everything.

Fix: only filter $args['where'] instead of all $args, so pagination
and other connection args are preserved for non-admin customers.

2 of 2 new or added lines in 1 file covered. (100.0%)

14199 of 16937 relevant lines covered (83.83%)

101.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23462447696.1 23 Mar 2026 10:14PM UTC 233
83.83
GitHub Action Run
Source Files on build 23462447696
  • Tree
  • List 233
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 39adebf4 on github
  • Prev Build on develop (#23461214818)
  • Next Build on develop (#23463680066)
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