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
22# default is the very old 0.10.48; match local version instead
33node_js : ' 8.9'
44
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 1212<br ><!-- status / activity -->
1313[ ![ typings] ( https://img.shields.io/npm/types/mst-persist.svg )] ( https://github.com/agilgur5/mst-persist/blob/master/src/index.ts )
1414[ ![ 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 )
1516<br >
1617[ ![ NPM] ( https://nodei.co/npm/mst-persist.png?downloads=true&downloadRank=true&stars=true )] ( https://npmjs.org/package/mst-persist )
1718
You can’t perform that action at this time.
0 commit comments