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

deno-libs / gql / 21184994341
100%

Build:
DEFAULT BRANCH: master
Ran 20 Jan 2026 07:47PM UTC
Jobs 1
Files 4
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

20 Jan 2026 07:38PM UTC coverage: 100.0%. Remained the same
21184994341

push

github

v1rtl
add async context initialization support

Implements #23 - support for asynchronous context initialization.

The reqCtx parameter now accepts functions that return either ReqCtx or
Promise<ReqCtx>, allowing async operations like database queries,
authentication checks, or API calls during context creation.

Changes:
- Update reqCtx type signature to support async functions
- Add await for reqCtx invocation in handleRequest
- Add comprehensive tests for async context functionality
- Add example demonstrating async auth context pattern
- Update documentation in README and CLAUDE.md

This is backwards compatible - existing synchronous context functions
continue to work without changes.

Closes #23

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

21 of 21 branches covered (100.0%)

Branch coverage included in aggregate %.

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

149 of 149 relevant lines covered (100.0%)

22.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 21184994341.1 20 Jan 2026 07:47PM UTC 4
100.0
GitHub Action Run
Source Files on build 21184994341
  • Tree
  • List 4
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 34c49676 on github
  • Prev Build on master (#21184870224)
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