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

B4nan / mikro-orm / 324 / 1
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/bundler/docs/nokogiri-1.10.4
DEFAULT BRANCH: master
Ran 28 Mar 2019 12:51AM UTC
Files 80
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

27 Mar 2019 10:23PM UTC coverage: 100.0%. Remained the same
324.1

push

travis-ci-com

B4nan
feat(query-builder): add support for custom query expressions

Now it is possible to use custom expressions in where conditions:

`const book = await orm.em.findOne(Book, { 'JSON_CONTAINS(meta, ?)': [{ items: 1 }, true] });`

which will result in following query:

`SELECT `e0`.* FROM `book` AS `e0` WHERE JSON_CONTAINS(`e0`.`meta`, ?) = ?` with params `['{"items":1}', true]`

495 of 495 branches covered (100.0%)

Branch coverage included in aggregate %.

1939 of 1939 relevant lines covered (100.0%)

362.42 hits per line

Source Files on job 324.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 422
  • Travis Job 324.1
  • 346132f4 on github
  • Prev Job for on query-expressions (#322.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