Skip to content

Commit 6575ed9

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

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ before_script:
1414
- git version
1515
script:
1616
- npm run test
17-
- npm run check-coverage
1817
after_success:
1918
- npm run report-coverage
2019
- npm run semantic-release

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)