From 6323af638f21c1e604241dbc8f606333b8f90ded Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Thu, 4 Apr 2019 23:05:21 +0200 Subject: [PATCH] chore: add codecov script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 351767f..ce42d1a 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,7 @@ "test:size": "bundlesize", "lint": "npm run flow && npm run lint:js && npm run lint:css", "lint:js": "eslint .", + "coverage:publish": "codecov", "lint:css": "stylelint 'src/webui/**/styles.js'", "pre:webpack": "rimraf static/*", "dev": "cross-env BABEL_ENV=ui babel-node tools/dev.server.js",