From d8aaf3ad91bb8b8a60dcea8ba590af135d6d5263 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Fri, 29 May 2020 23:17:34 +0800 Subject: [PATCH] fix: use codecov bash uploader This works in Travis CI windows because the build is run under git-bash. --- .travis.yml | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c2245eb8..2fc55c02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ script: - npm test after_success: -- ./node_modules/.bin/codecov +- bash <(curl -s https://codecov.io/bash) # safelist (prevent double builds in PRs) branches: diff --git a/package.json b/package.json index 5a377f33..14fa7653 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "@oclif/test": "^1", "babel-jest": "^24.1.0", "babel-runtime": "^6.26.0", - "codecov": "^3.3.0", "dedent-js": "^1.0.1", "eol": "^0.9.1", "eslint": "^6.0.0",