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

webpack-config / webpack-partial / 114 / 3
100%
master: 98%

Build:
Build:
LAST BUILD BRANCH: webpack-4
DEFAULT BRANCH: master
Ran 01 Sep 2016 10:47PM UTC
Files 9
Run time 7s
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

01 Sep 2016 10:44PM UTC coverage: 100.0%. First build
114.3

push

travis-ci

izaakschroeder
Add `root` helper.

Control the value of `resolve.root` easily.

Using:

```javascript
compose(
  root('foo'),
  root('bar')
);
```

Results in:

```javascript
{
  resolve: {
    root: [
      'foo',
      'bar',
    ],
  },
}
```

111 of 111 relevant lines covered (100.0%)

1.66 hits per line

Source Files on job 114.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 114
  • Travis Job 114.3
  • cdb726a4 on github
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