Skip to content

Commit bc63f3a

Browse files
committed
Adding coveralls
1 parent f590c83 commit bc63f3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
include:
1313
- stage: Coverage Report
1414
- node_js node
15-
- script: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
15+
- script: jest && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
1616

1717
deploy:
1818
provider: npm

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<img alt="Build Status" src="https://img.shields.io/travis/atomicpages/pretty-checkbox-react.svg?style=flat-square">
1515
</a>
1616
<a href='https://coveralls.io/github/atomicpages/pretty-checkbox-react?branch=master'>
17-
<img src='https://coveralls.io/repos/github/atomicpages/pretty-checkbox-react/badge.svg?branch=master' alt='Coverage Status' />
17+
<img alt="Coverage Status" src="https://img.shields.io/coveralls/github/atomicpages/pretty-checkbox-react/master.svg?style=flat-square">
1818
</a>
1919
</p>
2020
<br>

0 commit comments

Comments
 (0)