Skip to content

Commit 437ea87

Browse files
author
Anuj Nair
committed
Removing codecov token. Its not needed int a public repo when run from travis
1 parent 4bd0104 commit 437ea87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"jest:watch": "jest --watch --verbose=false --config=./jest.config.js plugin.jest.js",
1111
"jest:coverage:generate": "jest --coverage --config=./jest.config.js plugin.jest.js",
1212
"jest:coverage:clean": "rm -rf ./coverage",
13-
"jest:coverage:upload": "npx codecov --token=252086ef-c14d-4f29-ab36-720265249fa2",
13+
"jest:coverage:upload": "npx codecov",
1414
"jest:coverage": "npm run jest:coverage:clean && npm run jest:coverage:generate && npm run jest:coverage:upload",
1515
"test": "npm run eslint && npm run jest && npm run jest:coverage"
1616
},

0 commit comments

Comments
 (0)