Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit c4a4e74

Browse files
committed
Ignore coverage of blank views
1 parent be9284c commit c4a4e74

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

lib/views/github-blank-nolocal.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* istanbul ignore file */
2+
13
import React from 'react';
24
import PropTypes from 'prop-types';
35

lib/views/github-blank-noremote.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* istanbul ignore file */
2+
13
import React from 'react';
24
import PropTypes from 'prop-types';
35

lib/views/github-blank-uninitialized.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* istanbul ignore file */
2+
13
import React from 'react';
24
import PropTypes from 'prop-types';
35

0 commit comments

Comments
 (0)