Skip to content

Commit 0ba8f3b

Browse files
committed
attempt to use newer codecov binary
1 parent 53c9500 commit 0ba8f3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"scripts": {
88
"backend::build": "tsc --project backend/tsconfig.prod.json",
9-
"backend::codecov": "./codecov do-upload -f backend/coverage/*.json -F backend",
9+
"backend::codecov": "ls && ./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",

0 commit comments

Comments
 (0)