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

feat: minify コマンドを追加 #24

Merged
merged 1 commit into from
Sep 13, 2022
Merged

feat: minify コマンドを追加 #24

merged 1 commit into from
Sep 13, 2022

Conversation

itigoore01
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #24 (8e95a74) into main (528050e) will decrease coverage by 0.33%.
The diff coverage is 94.93%.

@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
- Coverage   98.59%   98.25%   -0.34%     
==========================================
  Files          18       20       +2     
  Lines         498      573      +75     
  Branches       77       87      +10     
==========================================
+ Hits          491      563      +72     
- Misses          7       10       +3     
Impacted Files Coverage Δ
src/lib/actions/minify-action.ts 94.33% <94.00%> (+14.33%) ⬆️
src/lib/minify/minify.ts 95.65% <95.65%> (ø)
src/lib/commands/create-minify-command.ts 100.00% <100.00%> (ø)
src/lib/utils/minify-json.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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.

住所データの json を minify するコマンドを追加
2 participants