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

strongloop / loopback-next / 15892
76%

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

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

Jobs
ID Job ID Ran Files Coverage
1 15892.1 (TASK=test) 24 Feb 2020 10:54AM UTC 0
92.56
Travis Job 15892.1
Source Files on build 15892
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #15892
  • 5bc21219 on github
  • Prev Build on master (#15891)
  • Next Build on master (#15895)
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