Skip to content

Commit

Permalink
Switch code coverage from coveralls to codecov (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen authored Jul 27, 2017
1 parent b9961a4 commit 64fed30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.2",
"chalk": "^2.0.1",
"coveralls": "^2.13.1",
"codecov": "^2.2.0",
"glob": "^7.1.2",
"jest": "^20.0.4",
"lerna": "^2.0.0",
Expand All @@ -26,7 +26,7 @@
"build": "node ./scripts/build.js",
"test": "jest",
"test:coverage": "jest --coverage",
"test:coverage-ci": "jest --coverage && coveralls < coverage/lcov.info",
"test:coverage-ci": "jest --coverage && codecov",
"test:watch": "jest --watch"
}
}

0 comments on commit 64fed30

Please sign in to comment.