Skip to content

Commit

Permalink
fix: ignore osome files for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jimthedev committed Jul 20, 2019
1 parent 63a808d commit e13f6c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/commitizen.js
@@ -1,3 +1,4 @@
/* istanbul ignore file */
import * as adapter from './commitizen/adapter';
import * as cache from './commitizen/cache';
import commit from './commitizen/commit';
Expand Down
1 change: 1 addition & 0 deletions src/configLoader.js
@@ -1,3 +1,4 @@
/* istanbul ignore file */
import findup from './configLoader/findup';
import getContent from './configLoader/getContent';
import getNormalizedConfig from './configLoader/getNormalizedConfig';
Expand Down
1 change: 1 addition & 0 deletions src/git.js
@@ -1,3 +1,4 @@
/* istanbul ignore file */
import { addPath, addFile } from './git/add';
import { commit } from './git/commit';
import { init } from './git/init';
Expand Down

0 comments on commit e13f6c9

Please sign in to comment.