Festo-se / cyclonedx-editor-validator

Tool for creating, modifying and validating CycloneDX SBOMs.
https://festo-se.github.io/cyclonedx-editor-validator/
GNU General Public License v3.0
18 stars 4 forks source link

fix: set `--version` cannot be combined with `--version-range` #218

Closed mmarseu closed 1 month ago

mmarseu commented 3 months ago

This PR makes the --version and --version-range options to the set command mutually exclusive.

github-actions[bot] commented 1 month ago

Coverage

Coverage Report •
FileStmtsMissCoverMissing
__main__.py3241695%217–218, 235, 245, 672, 715, 760, 765, 769, 791, 805, 809, 813, 815, 824, 834
TOTAL16897195% 

Tests Skipped Failures Errors Time
352 2 :zzz: 0 :x: 0 :fire: 11.361s :stopwatch:
italvi commented 1 month ago

@CBeck-96 as you were the one introducing the version-ranges feature, can you please check if everything still works as you would expect? The functionality itself should be hopefully completely covered by the (integration) test.