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

biosustain / potion / 346
89%

Build:
DEFAULT BRANCH: master
Ran 17 Jan 2019 01:42PM UTC
Jobs 3
Files 29
Run time 25s
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
346

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

2452 of 2751 relevant lines covered (89.13%)

2.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 346.1 17 Jan 2019 01:43PM UTC 0
89.09
Travis Job 346.1
2 346.2 17 Jan 2019 01:43PM UTC 0
88.7
Travis Job 346.2
3 346.3 17 Jan 2019 01:43PM UTC 0
88.7
Travis Job 346.3
Source Files on build 346
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #346
  • f804eb0c on github
  • Prev Build on master (#337)
  • Next Build on master (#347)
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