You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Note the help:
also, when called with
--config_file path/to/config
:The text was updated successfully, but these errors were encountered: