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

--config_file doens't allow for string input, only booleans #4

Open
thejcannon opened this issue Oct 18, 2022 · 0 comments
Open

--config_file doens't allow for string input, only booleans #4

thejcannon opened this issue Oct 18, 2022 · 0 comments

Comments

@thejcannon
Copy link

Note the help:

Usage: __main__.py [OPTIONS]

Options:
  --data_file_path TEXT    Path to .coverage file
  --output_file_path TEXT  lcov.info output file path
  --config_file BOOLEAN    Path to .coveragerc file
  --relative_path          Use relative path in LCOV output
  --preview                Preview LCOV output
  --help                   Show this message and exit.

also, when called with --config_file path/to/config:

Error: Invalid value for '--config_file': 'path/to/coverage.toml' is not a valid boolean.
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

No branches or pull requests

1 participant