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

dvajs / dva / 736
88%
master: 86%

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

pending completion
736

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

Jobs
ID Job ID Ran Files Coverage
3 736.3 23 Nov 2018 07:20AM UTC 0
72.33
Travis Job 736.3
Source Files on build 736
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #736
  • Pull Request #1967
  • PR Base - master (#723)
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