Skip to content

chore: add test for asserting unknown paths

4a28b25
Select commit
Loading
Failed to load commit list.
Closed

feat(router): provide field arguments in operation context #2385

chore: add test for asserting unknown paths
4a28b25
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 25, 2026 in 0s

62.68% (target 30.00%)

View this Pull Request on Codecov

62.68% (target 30.00%)

Details

Codecov Report

❌ Patch coverage is 91.80328% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 62.68%. Comparing base (c8a6a5d) to head (4a28b25).
⚠️ Report is 127 commits behind head on main.

Files with missing lines Patch % Lines
router/core/operation_processor.go 78.26% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2385      +/-   ##
==========================================
+ Coverage   61.69%   62.68%   +0.98%     
==========================================
  Files         239      240       +1     
  Lines       25423    25464      +41     
==========================================
+ Hits        15685    15962     +277     
+ Misses       8418     8174     -244     
- Partials     1320     1328       +8     
Files with missing lines Coverage Δ
router/core/arguments.go 100.00% <100.00%> (ø)
router/core/cache_warmup.go 87.98% <100.00%> (-0.97%) ⬇️
router/core/context.go 73.35% <100.00%> (+0.16%) ⬆️
router/core/graph_server.go 84.18% <100.00%> (+1.36%) ⬆️
router/core/graphql_prehandler.go 83.90% <100.00%> (+0.71%) ⬆️
router/core/router_config.go 93.82% <100.00%> (+0.07%) ⬆️
router/core/websocket.go 76.13% <100.00%> (+0.26%) ⬆️
router/core/operation_processor.go 85.17% <78.26%> (+0.16%) ⬆️

... and 17 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.