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

Cover directory options with tests and remove lodash #167

Merged
merged 1 commit into from
Sep 8, 2018
Merged

Cover directory options with tests and remove lodash #167

merged 1 commit into from
Sep 8, 2018

Conversation

TrySound
Copy link
Contributor

@TrySound TrySound commented Sep 8, 2018

Lodash is quite big and importing whole library is expensive even in
node. Path based imports are also have a big dependency tree.

camelcase package covers both pascal and camel cases
dashify is a replacement for kebab-case
merge-deep covers all mergeConfigs tests

Lodash is quite big and importing whole library is expensive even in
node. Path based imports are also have a big dependency tree.

`camelcase` package covers both pascal and camel cases
`dashify` is a replacement for kebab-case
`merge-deep` covers all `mergeConfigs` tests
@codecov
Copy link

codecov bot commented Sep 8, 2018

Codecov Report

Merging #167 into master will increase coverage by 0.17%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #167      +/-   ##
==========================================
+ Coverage   88.73%   88.91%   +0.17%     
==========================================
  Files          26       25       -1     
  Lines         435      424      -11     
  Branches       79       78       -1     
==========================================
- Hits          386      377       -9     
+ Misses         47       45       -2     
  Partials        2        2
Impacted Files Coverage Δ
packages/core/src/plugins/svgo.js 100% <100%> (ø) ⬆️
packages/core/src/util.js 100% <100%> (ø) ⬆️
packages/core/src/plugins/prettier.js 100% <100%> (ø) ⬆️

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 d1ae730...5def825. Read the comment docs.

@gregberge
Copy link
Owner

Thanks for removing lodash!

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.

2 participants