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

microstates / trafficlight / 43
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: tm/add-chat-badge
DEFAULT BRANCH: master
Ran 14 Jan 2019 06:53PM UTC
Jobs 1
Files 8
Run time 2s
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
43

Pull #9

travis-ci-com

web-flow
Allow to work with production Webpack build.

Apparently, when a class explicitly extends object like this:

```javascript
class Thing extends Object {

}
````

It is completely erased by webpack production build and replaced by
the object constructor. In other words

```javascript
new Thing() instanceof Thing //=> false
```

This feels like a pretty big bug in webpack, but it is easily fixed
enough by making the base class of a union default to an empty class
`class {}` instead of `Object`
Pull Request #9: Allow to work with production Webpack build.

29 of 30 branches covered (96.67%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

67 of 67 relevant lines covered (100.0%)

127.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 43.1 14 Jan 2019 06:53PM UTC 0
98.97
Travis Job 43.1
Source Files on build 43
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #43
  • Pull Request #9
  • PR Base - master (#41)
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