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

biosustain / potion / 345 / 2
89%
master: 89%

Build:
Build:
LAST BUILD BRANCH: query-options
DEFAULT BRANCH: master
Ran 16 Jan 2019 03:15PM UTC
Files 29
Run time 4s
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

16 Jan 2019 03:12PM UTC coverage: 88.695% (-0.4%) from 89.075%
345.2

Pull #168

travis-ci

web-flow
Expose query.options to SQLAlchemyManager from the Resource

Useful to perform some prefetching of your relations in order to avoid
the n+1 queries problem.

```python
class TypeResource(ModelResource):
    class Meta:
        model = Type
        include_type = True
        query_options = [joinedload(Type.machines)]

    class Schema:
        machines = fields.ToMany('machine')
```
Pull Request #168: Expose query.options to SQLAlchemyManager from the Resource

2440 of 2751 relevant lines covered (88.7%)

0.89 hits per line

Source Files on job 345.2
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 331
  • Travis Job 345.2
  • 6f9722c1 on github
  • Prev Job for on query-options (#337.1)
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