Skip to content

Commit

Permalink
CI: Report to codecov.io via AppVeyor instead of Circle CI
Browse files Browse the repository at this point in the history
Closes gh-1960
  • Loading branch information
ariya committed Dec 9, 2018
1 parent 06172cb commit e2aa2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -107,8 +107,8 @@
"codecov": "istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml",
"downstream": "node test/downstream.js",
"travis": "npm test",
"circleci": "npm test && npm run codecov && npm run test-262 && npm run downstream",
"appveyor": "npm run compile && npm run all-tests && npm run browser-tests",
"circleci": "npm test && npm run test-262 && npm run downstream",
"appveyor": "npm run compile && npm run all-tests && npm run analyze-coverage && npm run codecov && npm run browser-tests",
"droneio": "npm run compile && npm run all-tests && npm run saucelabs",
"generate-regex": "node tools/generate-identifier-regex.js",
"generate-xhtml-entities": "node tools/generate-xhtml-entities.js"
Expand Down

0 comments on commit e2aa2c7

Please sign in to comment.