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

B4nan / mikro-orm / 160 / 3
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/bundler/docs/nokogiri-1.10.4
DEFAULT BRANCH: master
Ran 28 Feb 2019 10:35PM UTC
Files 36
Run time 8min
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

28 Feb 2019 10:30PM UTC coverage: 100.0%. Remained the same
160.3

Pull #14

travis-ci-com

web-flow
feat: allow using options object in EntityManager.find()

EM and EntityRepository now supports providing options in object:

```
const books = await booksRepository.find({ author: '...' }, {
  populate: ['author'],
  limit: 1,
  offset: 2,
  sort: { title: QueryOrder.DESC },
});
```
Pull Request #14: feat: allow using options object in EntityManager.find()

400 of 400 branches covered (100.0%)

Branch coverage included in aggregate %.

1328 of 1328 relevant lines covered (100.0%)

242.78 hits per line

Source Files on job 160.3
  • Tree
  • List 0
  • Changed 18
  • Source Changed 4
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 291
  • Travis Job 160.3
  • cb5757df on github
  • Prev Job for on find-options (#158.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