Closed szymonrybczak closed 4 months ago
cc @huntie
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 83.80%. Comparing base (
9b295e5
) to head (6f86b48
).
Files | Patch % | Lines |
---|---|---|
packages/metro/src/shared/output/bundle.flow.js | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@huntie has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@huntie merged this pull request in facebook/metro@2f1801a489cc656b9cd6ff90cad0ad8d33c0decd.
Summary
When using
community-cli-plugin
, output when saving bundle looks like this:There's a useless comma in log, because
community-cli-plugin
useslogger.info
from@react-native-community/cli-tools
which separates each item with,
separator.Test plan
Saving bundle output should contain correctly formatted log: