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

cmd/kivik: Remove root RunE, which doesn't do anything #791

Merged
merged 1 commit into from
Sep 30, 2023
Merged

Conversation

flimzy
Copy link
Member

@flimzy flimzy commented Sep 30, 2023

Fixes #789

@flimzy flimzy changed the title Remove root RunE, which doesn't do anything cmd/kivik: Remove root RunE, which doesn't do anything Sep 30, 2023
@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (1b96dce) 79.86% compared to head (04fa7de) 79.58%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #791      +/-   ##
==========================================
- Coverage   79.86%   79.58%   -0.29%     
==========================================
  Files         166      166              
  Lines       13137    13128       -9     
==========================================
- Hits        10492    10448      -44     
- Misses       2208     2241      +33     
- Partials      437      439       +2     
Files Coverage Δ
cmd/kivik/cmd/root.go 72.92% <100.00%> (-19.71%) ⬇️

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

@flimzy flimzy merged commit c387c33 into master Sep 30, 2023
2 of 3 checks passed
@flimzy flimzy deleted the kivikNoargs branch September 30, 2023 20:25
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.

Calling kivik with no arguments produces no output
1 participant