Skip to content

Commit 53c9500

Browse files
committed
attempt to use newer codecov binary
1 parent 2555bf5 commit 53c9500

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"license": "MIT",
77
"scripts": {
88
"backend::build": "tsc --project backend/tsconfig.prod.json",
9-
"backend::codecov": "codecov -f backend/coverage/*.json -F backend",
9+
"backend::codecov": "./codecov do-upload -f backend/coverage/*.json -F backend",
1010
"backend::start": "cd backend/ && nodemon",
1111
"backend::test": "cd backend/ && jest --coverage --runInBand",
1212
"frontend::build": "cd frontend/ && NODE_ENV=production webpack --mode production",
13-
"frontend::codecov": "codecov -f frontend/coverage/*.json -F frontend",
13+
"frontend::codecov": "./codecov do-upload -f frontend/coverage/*.json -F frontend",
1414
"frontend::start": "cd frontend && webpack-dev-server --inline --hot --mode development",
1515
"frontend::test": "cd frontend/ && jest --coverage --runInBand",
1616
"frontend::typecheck": "tsc --noEmit --project frontend/",

0 commit comments

Comments
 (0)