chore(ci): execute codecov via npx

* drop codecov devDependency
This commit is contained in:
Nico Rehwaldt 2018-10-25 20:43:04 +02:00 committed by merge-me[bot]
parent ef0e4fb02d
commit ab51cdb1fa
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
firefox: 'latest-esr'
script:
- COVERAGE=1 TEST_BROWSERS=Firefox,PhantomJS xvfb-run npm run all
- codecov
- npx codecov
- stage: update integration test
script: './tasks/stages/update-integration-test'
- stage: update examples

View File

@ -41,7 +41,6 @@
"devDependencies": {
"chai": "^4.1.2",
"chai-match": "^1.1.1",
"codecov": "^3.1.0",
"cpx": "^1.5.0",
"del": "^3.0.0",
"eslint": "^4.19.0",