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

biosustain / potion / 346 / 3
89%
master: 89%

Build:
DEFAULT BRANCH: master
Ran 17 Jan 2019 01:43PM UTC
Files 29
Run time 1s
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

17 Jan 2019 01:41PM UTC coverage: 88.695% (-0.4%) from 89.075%
346.3

push

travis-ci

lyschoening
Expose query.options to SQLAlchemyManager from the Resource (#168)

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')
```

2440 of 2751 relevant lines covered (88.7%)

0.89 hits per line

Source Files on job 346.3
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 332
  • Travis Job 346.3
  • f804eb0c on github
  • Prev Job for on master (#337.1)
  • Next Job for on master (#347.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