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

developit / preact / 1951
100%

Build:
DEFAULT BRANCH: master
Ran 03 Dec 2017 01:28AM UTC
Jobs 1
Files 15
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
1951

push

travis-ci

developit
Added null to paren union type of render (#937)

This is require because when TypeScript has `strictNullChecks` set to true, in tsconfig.json, it errors out.

e.g.

```
import { render, h } from 'preact';
import TodoList from './components/todo-list';

const root = document.getElementById('root');

render(<TodoList />, root);
```

results in

```
TS2345: Argument of type 'HTMLElement | null' is not assignable to parameter of type 'Document | Element'.
  Type 'null' is not assignable to type 'Document | Element'.
```

464 of 496 branches covered (93.55%)

15 of 15 relevant lines covered (100.0%)

41202.27 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1951.1 (CXX=g++-4.8) 03 Dec 2017 01:28AM UTC 0
100.0
Travis Job 1951.1
Source Files on build 1951
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1951
  • ffe31694 on github
  • Prev Build on master (#1948)
  • Next Build on master (#1952)
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