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

Group file sources into subcommands #247

Merged
merged 2 commits into from
Nov 10, 2023
Merged

Conversation

spenserblack
Copy link
Owner

Each file source will have its own subcommand in the CLI. This makes it
easier to group options that are specific to file sources together.

@spenserblack spenserblack added the semver-major This pull request bumps the major version label Nov 10, 2023
@spenserblack spenserblack linked an issue Nov 10, 2023 that may be closed by this pull request
Each file source will have its own subcommand in the CLI. This makes it
easier to group options that are specific to file sources together.
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Merging #247 (7b32645) into main (685a989) will increase coverage by 2.01%.
The diff coverage is 69.23%.

@@            Coverage Diff             @@
##             main     #247      +/-   ##
==========================================
+ Coverage   84.57%   86.58%   +2.01%     
==========================================
  Files          17       17              
  Lines         616      604      -12     
==========================================
+ Hits          521      523       +2     
+ Misses         95       81      -14     
Flag Coverage Δ
86.58% <69.23%> (+2.01%) ⬆️
macOS-latest 86.33% <66.66%> (+1.99%) ⬆️
ubuntu-latest 81.89% <63.63%> (+1.93%) ⬆️
windows-latest 74.30% <66.66%> (+1.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
gengo-bin/tests/test_cli.rs 0.00% <ø> (ø)
gengo-bin/src/cli.rs 88.76% <69.23%> (+12.52%) ⬆️

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@spenserblack spenserblack enabled auto-merge (squash) November 10, 2023 16:17
@spenserblack spenserblack merged commit fd3d042 into main Nov 10, 2023
10 of 11 checks passed
@spenserblack spenserblack deleted the chore/241/subcommands branch November 10, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-major This pull request bumps the major version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use subcommands for file sources
1 participant