Skip to content

Commit

Permalink
driveby: include (flow-)report in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Oct 20, 2021
1 parent 3f0857a commit 8f47ebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lighthouse-core/scripts/c8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ set -euxo pipefail
echo $*

node node_modules/.bin/c8 \
--include '{lighthouse-core,lighthouse-cli,lighthouse-viewer,lighthouse-treemap}' \
--include '{lighthouse-core,lighthouse-cli,lighthouse-viewer,lighthouse-treemap,report,flow-report}' \
--exclude third_party \
--exclude '**/test/' \
--exclude '**/scripts/' \
--exclude 'lighthouse-core/lib/page-functions.js' \
--temp-directory 'coverage/tmp' \
$*

0 comments on commit 8f47ebe

Please sign in to comment.