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

refactor: move cmd package outside root #47

Merged
merged 2 commits into from
Dec 24, 2023

Conversation

aldy505
Copy link
Member

@aldy505 aldy505 commented Dec 24, 2023

Closes #46

@aldy505 aldy505 self-assigned this Dec 24, 2023
Copy link

codecov bot commented Dec 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6af8e38) 31.72% compared to head (303f100) 31.65%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   31.72%   31.65%   -0.07%     
==========================================
  Files          21       21              
  Lines        1447     1447              
==========================================
- Hits          459      458       -1     
- Misses        897      898       +1     
  Partials       91       91              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aldy505 aldy505 removed the request for review from elianiva December 24, 2023 14:35
@aldy505 aldy505 merged commit 3ec09f8 into master Dec 24, 2023
5 of 6 checks passed
@aldy505 aldy505 deleted the refactor/move-command-directory branch December 24, 2023 14:35
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.

Move the main program inside cmd directory, extract everything else on the root package.
1 participant