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

developit / preact / 1949 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 21 Nov 2017 12:35AM UTC
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

21 Nov 2017 12:30AM UTC coverage: 100.0%. Remained the same
CXX=g++-4.8

Pull #937

travis-ci

web-flow
Added null to paren union type of render

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'.
```
Pull Request #937: Added null to parent parameter union type of render

464 of 496 branches covered (93.55%)

15 of 15 relevant lines covered (100.0%)

69036.2 hits per line

Source Files on job 1949.1 (CXX=g++-4.8)
  • Tree
  • List 0
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1949
  • Travis Job 1949.1
  • 315aee6b on github
  • Prev Job for CXX=g++-4.8 on master (#1948.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