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

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

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2020 03:03PM UTC
Files 605
Run time 1min
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

23 Apr 2020 02:55PM UTC coverage: 92.058% (+0.001%) from 92.057%
TASK=test

push

travis-ci-com

bajtos
fix(cli): remove project references from examples

In strongloop/loopback-next#5155, we reworked our typescript setup
to leverage composite mode and project references. This breaks our
example applications when they are checked out standalone, typically
via `lb4 example`.

```sh
$ lb4 example todo
(...)
$ cd loopback4-example-todo
$ npm t
(...)
> lb-tsc

error TS6053: File '/private/packages/http-caching-proxy/tsconfig.json' not found.
error TS6053: File '/private/packages/testlab/tsconfig.json' not found.
(...)
Found 10 errors.
```

This commit fixes the problem by introducing a new step to `lb4 example`
command where we remove `references` field from `tsconfig.json` file
and set the field `compilerOptions.composite` to `false`.

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

5063 of 5946 branches covered (85.15%)

Branch coverage included in aggregate %.

13716 of 14453 relevant lines covered (94.9%)

1057.22 hits per line

Source Files on job 17633.1 (TASK=test)
  • Tree
  • List 0
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 13795
  • Travis Job 17633.1
  • 6359ed6f on github
  • Prev Job for TASK=test on master (#17632.1)
  • Next Job for TASK=test on master (#17638.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