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

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

Build:
DEFAULT BRANCH: master
Ran 06 Apr 2021 09:59PM UTC
Files 106
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

06 Apr 2021 09:52PM UTC coverage: 15.74% (-16.1%) 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

968 of 9639 branches covered (10.04%)

Branch coverage included in aggregate %.

3573 of 19211 relevant lines covered (18.6%)

8.19 hits per line

Source Files on job 1883.4 (COVERALLS_PARALLEL=true)
  • Tree
  • List 0
  • Changed 79
  • Source Changed 3
  • Coverage Changed 79
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1537
  • Travis Job 1883.4
  • 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