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

Reorganize cli #366

Merged
merged 3 commits into from
Mar 6, 2021
Merged

Reorganize cli #366

merged 3 commits into from
Mar 6, 2021

Conversation

asdine
Copy link
Collaborator

@asdine asdine commented Mar 6, 2021

The cli package has been split into multiple sub packages to facilitate reuse of code between
the shell and the commands

@codecov-io
Copy link

codecov-io commented Mar 6, 2021

Codecov Report

Merging #366 (5aeab7b) into main (106d82e) will decrease coverage by 0.18%.
The diff coverage is 69.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #366      +/-   ##
==========================================
- Coverage   67.92%   67.74%   -0.19%     
==========================================
  Files          73       72       -1     
  Lines        7177     7201      +24     
==========================================
+ Hits         4875     4878       +3     
- Misses       1659     1667       +8     
- Partials      643      656      +13     
Impacted Files Coverage Δ
db.go 48.05% <ø> (ø)
expr/arithmeric.go 92.30% <ø> (ø)
expr/comparison.go 73.56% <ø> (ø)
expr/env.go 37.93% <ø> (ø)
expr/expr.go 20.58% <ø> (ø)
expr/function.go 7.07% <ø> (ø)
expr/like.go 0.00% <ø> (ø)
expr/literal.go 47.69% <ø> (ø)
expr/logical.go 11.76% <ø> (ø)
expr/operator.go 20.00% <ø> (ø)
... and 40 more

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 b995885...5aeab7b. Read the comment docs.

@asdine asdine added this to the v0.11.0 milestone Mar 6, 2021
@asdine asdine merged commit 399f1d0 into main Mar 6, 2021
@asdine asdine deleted the reorganize-cli branch March 6, 2021 20:15
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