Skip to content

Commit a974ab5

Browse files
committed
fix: use codecov bash uploader
This works in Travis CI windows because the build is run under git-bash.
1 parent 9ea19b6 commit a974ab5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ script:
1818
- npm test
1919

2020
after_success:
21-
- ./node_modules/.bin/codecov
21+
- bash <(curl -s https://codecov.io/bash)
2222

2323
# safelist (prevent double builds in PRs)
2424
branches:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"devDependencies": {
1515
"@adobe/eslint-config-aio-lib-config": "^1.2.0",
1616
"babel-runtime": "^6.26.0",
17-
"codecov": "^3.5.0",
1817
"dotenv": "^8.1.0",
1918
"eol": "^0.9.1",
2019
"eslint": "^6.2.2",

0 commit comments

Comments
 (0)