diff --git a/lighthouse-core/scripts/c8.sh b/lighthouse-core/scripts/c8.sh index a4f2d97ca692..02e090ff197b 100644 --- a/lighthouse-core/scripts/c8.sh +++ b/lighthouse-core/scripts/c8.sh @@ -11,7 +11,7 @@ set -euxo pipefail echo $* node node_modules/.bin/c8 \ - --include '{lighthouse-core,lighthouse-cli,lighthouse-viewer,lighthouse-treemap,build/plugins}' \ + --include '{lighthouse-core,lighthouse-cli,lighthouse-viewer,lighthouse-treemap,build/plugins,report,flow-report}' \ --exclude third_party \ --exclude '**/test/' \ --exclude '**/scripts/' \ diff --git a/package.json b/package.json index a397102c0166..ffc945b89700 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "unit-viewer": "yarn jest \"lighthouse-viewer/.*-test.js\"", "unit-flow": "yarn jest \"flow-report/.*-test.[tj]s[x]?\"", "unit": "yarn jest", - "unit:ci": "NODE_OPTIONS=--max-old-space-size=8192 npm run jest -- --ci", + "unit:ci": "NODE_OPTIONS=--max-old-space-size=8192 npm run jest --ci .", "core-unit": "yarn unit-core", "cli-unit": "yarn unit-cli", "viewer-unit": "yarn unit-viewer",