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

dvajs / dva / 736 / 3
88%
master: 86%

Build:
Build:
LAST BUILD BRANCH: cxi.feat.updateImmerVersion
DEFAULT BRANCH: master
Ran 23 Nov 2018 07:20AM UTC
Files 20
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

23 Nov 2018 07:18AM UTC coverage: 72.327%. Remained the same
736.3

Pull #1967

travis-ci

web-flow
Dispatch does not support return a Promise

```javascript
import {
  Action,
} from 'redux';

export interface Dispatch<S> {
  <A extends Action>(action: A): Promise<A>;
}
```
Pull Request #1967: Dispatch does not support return a Promise

150 of 230 branches covered (65.22%)

345 of 477 relevant lines covered (72.33%)

35.95 hits per line

Source Files on job 736.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 586
  • Travis Job 736.3
  • 1decad80 on github
  • Prev Job for on patch-2 (#723.3)
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