release-engineering / ubi-population-tool

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

Fix handling ARL templates #214

Closed rbikar closed 1 year ago

rbikar commented 1 year ago

Previously even if an empty string was used as ARL templates, it was enough to enable querying CDN headers. Let's now fix that, we query CDN only we have valid ARL templates.

rbikar commented 1 year ago

run tests

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (6b3f9ca) 96.88% compared to head (e2e0127) 96.89%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #214 +/- ## ======================================= Coverage 96.88% 96.89% ======================================= Files 8 8 Lines 996 997 +1 ======================================= + Hits 965 966 +1 Misses 31 31 ``` | [Impacted Files](https://app.codecov.io/gh/release-engineering/ubi-population-tool/pull/214?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=release-engineering) | Coverage Δ | | |---|---|---| | [ubipop/\_\_init\_\_.py](https://app.codecov.io/gh/release-engineering/ubi-population-tool/pull/214?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=release-engineering#diff-dWJpcG9wL19faW5pdF9fLnB5) | `93.93% <100.00%> (+0.01%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.