Merge pull request #298 from input-output-hk/rm_cli_coverage_record
refactor: remove CLI coverage functionality
refactor: remove CLI coverage functionality
The CLI coverage functionality, including the `record_cli_coverage` method and related imports, has been removed from the codebase. This includes the deletion of the `coverage.py` file and associated references in `clusterlib.py` and `clusterlib_klass.py`. The removal simplifies the codebase by eliminating features used only by tests, reducing maintenance overhead, and improving clarity.
feat(transaction): add conditional `--output-text` flag
Add the `--output-text` flag conditionally for CLI versions >= 10.7.0.0 to ensure compatibility with changes in default output format.