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

stanford-oval / genie-toolkit / 1883 / 7
56%
master: 56%

Build:
DEFAULT BRANCH: master
Ran 06 Apr 2021 10:23PM UTC
Files 219
Run time 37s
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

06 Apr 2021 09:52PM UTC coverage: 27.208% (-4.7%) from 31.883%
COVERALLS_PARALLEL=true

push

travis-ci-com

web-flow
Add support for lazy (async iterable) queries (#557)

This is the last bit of infrastructure to support lazy queries,
that is, queries implemented using `async *get_foo` which yield
their results lazily instead of return an array with all the results.

The exec environment caches the output of queries for a given
statement. The cache must be an iterable that can be iterated multiple
times, rather than a generator, which can be iterated only once.
To this end, we introduce a new class that wraps an iterable
and queries it lazily, but also caches each returned item so
iteration can be restarted.

Fixes #238

3377 of 16616 branches covered (20.32%)

Branch coverage included in aggregate %.

10143 of 33076 relevant lines covered (30.67%)

109355.16 hits per line

Source Files on job 1883.7 (COVERALLS_PARALLEL=true)
  • Tree
  • List 0
  • Changed 151
  • Source Changed 3
  • Coverage Changed 151
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1537
  • Travis Job 1883.7
  • 13bca960 on github
  • Prev Job for COVERALLS_PARALLEL=true on master (#1878.3)
  • Next Job for COVERALLS_PARALLEL=true on master (#1888.4)
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