release-engineering / ubi-population-tool

A tool for populating UBI repositories.
GNU General Public License v3.0
3 stars 14 forks source link

Matching ubi-config by major version or content set regex [RHELDST-6396] #166

Closed rbikar closed 3 years ago

rbikar commented 3 years ago

Added support for matching correct ubi-config item by major version and/or by content set regex. Features are enabled also for CLI.

codecov-commenter commented 3 years ago

Codecov Report

Merging #166 (d72387b) into master (38179bc) will increase coverage by 0.11%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
+ Coverage   92.39%   92.51%   +0.11%     
==========================================
  Files           5        5              
  Lines         881      895      +14     
==========================================
+ Hits          814      828      +14     
  Misses         67       67              
Impacted Files Coverage Δ
ubipop/__init__.py 85.75% <100.00%> (+0.54%) :arrow_up:
ubipop/cli.py 95.65% <100.00%> (+0.19%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 38179bc...d72387b. Read the comment docs.

rbikar commented 3 years ago

run tests

rbikar commented 3 years ago

Rebased on the latest master - new coverage tool doesn't seem to work, if the feature branch is behind master.

rbikar commented 3 years ago

run tests