We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea19b6 commit a974ab5Copy full SHA for a974ab5
.travis.yml
@@ -18,7 +18,7 @@ script:
18
- npm test
19
20
after_success:
21
-- ./node_modules/.bin/codecov
+- bash <(curl -s https://codecov.io/bash)
22
23
# safelist (prevent double builds in PRs)
24
branches:
package.json
@@ -14,7 +14,6 @@
14
"devDependencies": {
15
"@adobe/eslint-config-aio-lib-config": "^1.2.0",
16
"babel-runtime": "^6.26.0",
17
- "codecov": "^3.5.0",
"dotenv": "^8.1.0",
"eol": "^0.9.1",
"eslint": "^6.2.2",
0 commit comments