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

strongloop / loopback-next / 15892 / 1
76%
master: 76%

Build:
DEFAULT BRANCH: master
Ran 24 Feb 2020 10:54AM UTC
Files 452
Run time 37s
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

24 Feb 2020 10:43AM UTC coverage: 92.558%. Remained the same
TASK=test

push

travis-ci-com

bajtos
feat(repository-json-schema): remove deprecated `MODEL_TYPE_KEYS`

BREAKING CHANGE: The following constants are no longer available:
- `MODEL_TYPE_KEYS.ModelOnly`
- `MODEL_TYPE_KEYS.ModelWithRelations`

Please use the helper `buildModelCacheKey` to obtain the cache key
for a given set of schema options.

```diff
- MODEL_TYPE_KEYS.ModelOnly
+ buildModelCacheKey()

- MODEL_TYPE_KEYS.ModelWithRelations
+ buildModelCacheKey({includeRelations: true})
```

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>

4337 of 5015 branches covered (86.48%)

Branch coverage included in aggregate %.

11223 of 11796 relevant lines covered (95.14%)

948.19 hits per line

Source Files on job 15892.1 (TASK=test)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 12592
  • Travis Job 15892.1
  • 5bc21219 on github
  • Prev Job for TASK=test on master (#15891.1)
  • Next Job for TASK=test on master (#15895.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