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

microstates / trafficlight / 47
99%

Build:
DEFAULT BRANCH: master
Ran 14 Jan 2019 07:56PM UTC
Jobs 1
Files 8
Run time 1s
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
47

push

travis-ci-com

web-flow
Allow to work with production Webpack build. (#9)

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`

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 47.1 14 Jan 2019 07:56PM UTC 0
98.97
Travis Job 47.1
Source Files on build 47
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #47
  • 02dc4a66 on github
  • Prev Build on master (#46)
  • Next Build on master (#51)
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