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

microstates / trafficlight / 43 / 1
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: tm/add-chat-badge
DEFAULT BRANCH: master
Ran 14 Jan 2019 06:53PM UTC
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

14 Jan 2019 06:49PM UTC coverage: 98.969%. Remained the same
43.1

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 %.

67 of 67 relevant lines covered (100.0%)

127.0 hits per line

Source Files on job 43.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 10
  • Travis Job 43.1
  • da38a61b on github
  • Prev Job for on cl/fix-webpack-build (#41.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