File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ before_script:
14
14
- git version
15
15
script :
16
16
- npm run test
17
- - npm run check-coverage
18
17
after_success :
19
18
- npm run report-coverage
20
19
- npm run semantic-release
Original file line number Diff line number Diff line change
1
+ /* istanbul ignore file */
1
2
import * as adapter from './commitizen/adapter' ;
2
3
import * as cache from './commitizen/cache' ;
3
4
import commit from './commitizen/commit' ;
Original file line number Diff line number Diff line change
1
+ /* istanbul ignore file */
1
2
import findup from './configLoader/findup' ;
2
3
import getContent from './configLoader/getContent' ;
3
4
import getNormalizedConfig from './configLoader/getNormalizedConfig' ;
Original file line number Diff line number Diff line change
1
+ /* istanbul ignore file */
1
2
import { addPath , addFile } from './git/add' ;
2
3
import { commit } from './git/commit' ;
3
4
import { init } from './git/init' ;
You can’t perform that action at this time.
0 commit comments