kiwix / mirrors-qa

Q/A tools for Kiwix Download Mirrors
GNU General Public License v3.0
1 stars 0 forks source link

relax configuration file matching logic #24

Closed elfkuzco closed 2 months ago

elfkuzco commented 2 months ago

Rationale

Configuration files were matched explicitly as <country_code>.conf. This PR allows configuration files to contain additional characters that often tend to provide more information. For instance, mullvad configs are often named in the form <country_code>-<city>-<interface>.conf

Changes

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.45%. Comparing base (81c60e9) to head (b2b9e8f). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #24 +/- ## ======================================= Coverage 72.45% 72.45% ======================================= Files 27 27 Lines 748 748 Branches 65 65 ======================================= Hits 542 542 Misses 195 195 Partials 11 11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.