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 6575ed9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,6 @@ before_script:
- git version
script:
- npm run test
- npm run check-coverage
after_success:
- npm run report-coverage
- npm run semantic-release
Expand Down
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 6575ed9

Please sign in to comment.