release-engineering / ubi-population-tool

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

Add cache purging [RHELDST-12390] #191

Closed rbikar closed 2 years ago

rbikar commented 2 years ago

Added cache purge for mutable urls of ubi repositories using fastpurge client.

codecov[bot] commented 2 years ago

Codecov Report

Merging #191 (95f59a1) into master (0ccb0e9) will increase coverage by 0.04%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #191      +/-   ##
==========================================
+ Coverage   97.19%   97.24%   +0.04%     
==========================================
  Files           7        7              
  Lines        1034     1052      +18     
==========================================
+ Hits         1005     1023      +18     
  Misses         29       29              
Impacted Files Coverage Δ
ubipop/__init__.py 94.57% <100.00%> (+0.24%) :arrow_up:
ubipop/cli.py 95.83% <100.00%> (+0.08%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

rbikar commented 2 years ago

Integration tests seem not to be in a workable shape still.