Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit b9cbd4b

Browse files
committed
Switch to codecov
1 parent dc2e770 commit b9cbd4b

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_script:
1919
script:
2020
- npm run all
2121
after_success:
22-
- npm run ci:coveralls
22+
- bash <(curl -s https://codecov.io/bash)
2323
deploy:
2424
provider: npm
2525
on:

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Take back control of CSS Transitions for React!
44

55
[![NPM Version Widget]][npm version]
66
[![Build Status Widget]][build status]
7-
[![Coverage Status Widget]][coverage status]
7+
[![Coverage Widget]][coverage]
88

99
## Installation
1010

@@ -21,7 +21,7 @@ npm install react-css-transition --save
2121

2222
[build status widget]: https://img.shields.io/travis/wikiwi/react-css-transition/master.svg?style=flat-square
2323

24-
[coverage status]: https://coveralls.io/github/wikiwi/react-css-transition?branch=master
24+
[coverage]: https://codecov.io/gh/wikiwi/react-css-transition
2525

26-
[coverage status widget]: https://img.shields.io/coveralls/wikiwi/react-css-transition/master.svg?style=flat-square
26+
[coverage widget]: https://codecov.io/gh/wikiwi/react-css-transition/branch/master/graph/badge.svg
2727

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = (config) => {
1515
},
1616
remapCoverageReporter: {
1717
text: null,
18-
lcovonly: "./coverage/lcov-integration.info",
18+
lcovonly: "./coverage/integration.lcov",
1919
},
2020
coverageReporter: {
2121
reporters: [

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"all": "npm run lint && npm run test && npm run build",
2727
"build": "gulp && webpack && cross-env BUILD_MINIFIED=true webpack",
2828
"clean": "rm -r -f dist lib cjs coverage",
29-
"ci:coveralls": "lcov-result-merger './coverage/lcov*.info' | coveralls",
3029
"release": "npm version -m 'react-css-transition release %s'",
3130
"lint": "gulp lint",
3231
"test": "npm run test:unit && npm run test:integration",
@@ -70,7 +69,6 @@
7069
"cash-rm": "^0.2.0",
7170
"chai": "^3.5.0",
7271
"copy-webpack-plugin": "^4.0.1",
73-
"coveralls": "^2.11.14",
7472
"cross-env": "^3.1.3",
7573
"css-in-js-loader": "^0.1.2",
7674
"css-loader": "^0.26.1",
@@ -102,7 +100,6 @@
102100
"karma-mocha-reporter": "^2.2.0",
103101
"karma-remap-coverage": "^0.1.3",
104102
"karma-webpack": "^2.0.2",
105-
"lcov-result-merger": "^1.2.0",
106103
"merge2": "^1.0.2",
107104
"mocha": "^3.1.2",
108105
"nyc": "^10.1.2",

0 commit comments

Comments
 (0)