I ran the following command:
./node_modules/.bin/flow-coverage-report \\
-f ./node_modules/.bin/flow \\
-i 'packages/wonder-blocks-*/**/*.js' \\
-x 'packages/wonder-blocks-*/dist/*.js' -x '**/generated-snapshot.test.js' \\
-o "./flow-coverage"
and it prints out the coverage but doesn't store the output anywhere. The -o seems redundant since "./flow-coverage" is the default so I tried with and without that parameter with the same results.
I ran the following command:
and it prints out the coverage but doesn't store the output anywhere. The
-oseems redundant since"./flow-coverage"is the default so I tried with and without that parameter with the same results.