File tree 5 files changed +352
-2
lines changed
5 files changed +352
-2
lines changed Original file line number Diff line number Diff line change 11
11
"require" : [" ts-node/register" ],
12
12
"reporter" : [
13
13
" html" ,
14
+ " lcov" ,
14
15
" text" ,
15
16
" text-summary"
16
17
],
Original file line number Diff line number Diff line change 3
3
- 10
4
4
- 12
5
5
# TODO - 14 when it is released
6
+ script :
7
+ - npm test
8
+ after_success :
9
+ - npm run report-coverage-to-coveralls
Original file line number Diff line number Diff line change 3
3
` ts-unused-exports ` finds unused exported symbols in your Typescript project.
4
4
5
5
[ ![ Build Status] ( https://travis-ci.com/pzavolinsky/ts-unused-exports.svg?branch=master )] ( https://travis-ci.com/pzavolinsky/ts-unused-exports )
6
+ [ ![ Coveralls] ( https://img.shields.io/coveralls/pzavolinsky/ts-unused-exports.svg )] ( https://coveralls.io/github/pzavolinsky/ts-unused-exports )
6
7
7
8
[ ![ Dependencies] ( https://david-dm.org/pzavolinsky/ts-unused-exports.svg )] ( https://david-dm.org/pzavolinsky/ts-unused-exports )
8
9
You can’t perform that action at this time.
0 commit comments