File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,8 @@ language: node_js
2
2
# default is the very old 0.10.48; match local version instead
3
3
node_js : ' 8.9'
4
4
5
- script : npm test
6
- after_script : npm run test:pub
5
+ script : npm test -- --coverage
6
+ after_script :
7
+ # upload coverage reports to CodeCov
8
+ - bash <(curl -s https://codecov.io/bash)
9
+ - npm run test:pub
Original file line number Diff line number Diff line change 12
12
<br ><!-- status / activity -->
13
13
[ ![ typings] ( https://img.shields.io/npm/types/mst-persist.svg )] ( https://github.com/agilgur5/mst-persist/blob/master/src/index.ts )
14
14
[ ![ build status] ( https://img.shields.io/travis/agilgur5/mst-persist/master.svg )] ( https://travis-ci.org/agilgur5/mst-persist )
15
+ [ ![ code coverage] ( https://img.shields.io/codecov/c/gh/agilgur5/mst-persist/master.svg )] ( https://codecov.io/gh/agilgur5/mst-persist )
15
16
<br >
16
17
[ ![ NPM] ( https://nodei.co/npm/mst-persist.png?downloads=true&downloadRank=true&stars=true )] ( https://npmjs.org/package/mst-persist )
17
18
You can’t perform that action at this time.
0 commit comments