Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emit footprint in CLI #120

Merged
merged 1 commit into from
Dec 6, 2018
Merged

Emit footprint in CLI #120

merged 1 commit into from
Dec 6, 2018

Conversation

guybedford
Copy link
Contributor

This updates the CLI output to read eg:

 2620kB  dist/strong-globalize/cldr/cldr_32.0.1.json
 2620kB  dist/cldr/cldr_32.0.1.json
 6037kB  dist/index.js
16625kB  [15995ms]

instead of:

 2620kB  dist/strong-globalize/cldr/cldr_32.0.1.json
 2620kB  dist/cldr/cldr_32.0.1.json
 6037kB  dist/index.js [15995ms]

This is mainly to more easily assess #117.

@codecov-io
Copy link

codecov-io commented Dec 6, 2018

Codecov Report

Merging #120 into master will decrease coverage by 0.49%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #120     +/-   ##
=========================================
- Coverage   75.11%   74.61%   -0.5%     
=========================================
  Files          10       10             
  Lines         450      453      +3     
=========================================
  Hits          338      338             
- Misses        112      115      +3
Impacted Files Coverage Δ
src/cli.js 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8032a35...32c6e48. Read the comment docs.

@rauchg rauchg merged commit 327c49a into master Dec 6, 2018
@rauchg rauchg deleted the footprint branch December 6, 2018 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants