Skip to content

Commit

Permalink
Remove coverage folder. Add in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
cht8687 committed Feb 17, 2016
1 parent dc6d7ee commit 4dbf68a
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 1,774 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ node_modules
/example/
.coveralls.yml
/reports/
coverage
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<big><h1 align="center">React expandable listview</h1></big>

<p align="center">
<a href="https://circleci.com/gh/cht8687/react-expandable-listview">
<img src="https://circleci.com/gh/cht8687/react-expandable-listview.svg?style=shield"
alt="Circle CI">
</a>

<a href="https://www.npmjs.com/package/react-expandable-listview">
<img src="https://img.shields.io/npm/v/react-expandable-listview.svg?style=flat-square"
alt="NPM Version">
Expand Down
12 changes: 12 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
machine:
node:
version: v5.2.0

test:
override:
- $(npm bin)/babel-node test | $(npm bin)/tap-xunit > ${CIRCLE_TEST_REPORTS}/test.xml && test ${PIPESTATUS[0]} -eq 0
- $(npm bin)/babel-node $(npm bin)/isparta cover --report text --report lcov --verbose --dir ${CIRCLE_ARTIFACTS}/coverage --include '**/!(*-test).js' test/index.js
- REPORT_DIR=${CIRCLE_TEST_REPORTS} LOG_DIR=${CIRCLE_ARTIFACTS}

post:
- cat ${CIRCLE_ARTIFACTS}/coverage/lcov.info | $(npm bin)/codecov
1 change: 0 additions & 1 deletion coverage/coverage.json

This file was deleted.

212 changes: 0 additions & 212 deletions coverage/lcov-report/base.css

This file was deleted.

110 changes: 0 additions & 110 deletions coverage/lcov-report/index.html

This file was deleted.

1 change: 0 additions & 1 deletion coverage/lcov-report/prettify.css

This file was deleted.

1 change: 0 additions & 1 deletion coverage/lcov-report/prettify.js

This file was deleted.

Binary file removed coverage/lcov-report/sort-arrow-sprite.png
Binary file not shown.
Loading

0 comments on commit 4dbf68a

Please sign in to comment.