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

Commit

Permalink
Ignore coverage of blank views
Browse files Browse the repository at this point in the history
  • Loading branch information
smashwilson committed Nov 8, 2019
1 parent be9284c commit c4a4e74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/views/github-blank-nolocal.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* istanbul ignore file */

import React from 'react';
import PropTypes from 'prop-types';

Expand Down
2 changes: 2 additions & 0 deletions lib/views/github-blank-noremote.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* istanbul ignore file */

import React from 'react';
import PropTypes from 'prop-types';

Expand Down
2 changes: 2 additions & 0 deletions lib/views/github-blank-uninitialized.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* istanbul ignore file */

import React from 'react';
import PropTypes from 'prop-types';

Expand Down

0 comments on commit c4a4e74

Please sign in to comment.