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

biosustain / potion / 345
89%
master: 89%

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

pending completion
345

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

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

2452 of 2751 relevant lines covered (89.13%)

2.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 345.1 16 Jan 2019 03:14PM UTC 0
89.09
Travis Job 345.1
2 345.2 16 Jan 2019 03:15PM UTC 0
88.7
Travis Job 345.2
3 345.3 16 Jan 2019 03:15PM UTC 0
88.7
Travis Job 345.3
Source Files on build 345
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #345
  • Pull Request #168
  • PR Base - master (#337)
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

© 2025 Coveralls, Inc