Skip to content

Commit

Permalink
fix: use codecov bash uploader
Browse files Browse the repository at this point in the history
This works in Travis CI windows because the build is run under git-bash.
  • Loading branch information
shazron committed May 29, 2020
1 parent 25cd979 commit 7f45006
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 99 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
97 changes: 0 additions & 97 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"devDependencies": {
"@oclif/dev-cli": "^1",
"acorn": "^7.1.1",
"codecov": "^3.6.5",
"eslint": "^6.0.1",
"eslint-config-oclif": "^1",
"eslint-config-standard": "^14.1.1",
Expand Down

0 comments on commit 7f45006

Please sign in to comment.