Skip to content
Snippets Groups Projects

Resolve "fix: bad report generated by code coverage CLI helper"

Merged Nicolas PAPIER requested to merge 83-fix-bad-report-generated-by-code-coverage-cli-helper into dev
  1. Jan 20, 2025
    • Nicolas PAPIER's avatar
      fix(build): bad report generated by code coverage CLI helper · c96fcb34
      Nicolas PAPIER authored
      This commit addresses several issues and improvements in the algorithm and CLI functionality for generating code coverage reports. Specifically, it fixes the method of identifying the development branch artifact by iterating through all dev branch pipelines and validating their git SHA and coverage job availability.
      A `--verbose` option has been added to the CLI for detailed output. Furthermore, the codebase has transitioned from using `os.path` to `pathlib.Path`, simplifying path manipulations.
      Additionally, it updates the `python-gitlab` library from version 4.10.0 to 5.3.1 in the requirements.
      c96fcb34
Loading