Skip to content

Commit e13f6c9

Browse files
committed
fix: ignore osome files for coverage
1 parent 63a808d commit e13f6c9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/commitizen.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* istanbul ignore file */
12
import * as adapter from './commitizen/adapter';
23
import * as cache from './commitizen/cache';
34
import commit from './commitizen/commit';

src/configLoader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* istanbul ignore file */
12
import findup from './configLoader/findup';
23
import getContent from './configLoader/getContent';
34
import getNormalizedConfig from './configLoader/getNormalizedConfig';

src/git.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* istanbul ignore file */
12
import { addPath, addFile } from './git/add';
23
import { commit } from './git/commit';
34
import { init } from './git/init';

0 commit comments

Comments
 (0)