File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,8 @@ language: node_js
3
3
node_js : ' 8.9'
4
4
5
5
before_script : npm run lint
6
- script : npm test
7
- after_script : npm run test:pub
6
+ script : npm test -- --coverage
7
+ after_script :
8
+ # upload coverage reports to CodeCov
9
+ - bash <(curl -s https://codecov.io/bash)
10
+ - npm run test:pub
Original file line number Diff line number Diff line change 11
11
[ ![ dw] ( https://img.shields.io/npm/dw/react-signature-canvas.svg )] ( https://npmjs.org/package/react-signature-canvas )
12
12
<br ><!-- status / activity -->
13
13
[ ![ build status] ( https://img.shields.io/travis/agilgur5/react-signature-canvas/master.svg )] ( https://travis-ci.org/agilgur5/react-signature-canvas )
14
+ [ ![ code coverage] ( https://img.shields.io/codecov/c/gh/agilgur5/react-signature-canvas/master.svg )] ( https://codecov.io/gh/agilgur5/react-signature-canvas )
14
15
<br >
15
16
[ ![ NPM] ( https://nodei.co/npm/react-signature-canvas.png?downloads=true&downloadRank=true&stars=true )] ( https://npmjs.org/package/react-signature-canvas )
16
17
You can’t perform that action at this time.
0 commit comments