Closed drepelov closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
88fba27
) 96.89% compared to head (9571b26
) 96.89%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
run test
run test
ok to test
ok to test
The jenkins CI doesn't seem work at the moment. Merging anyway.
Previously the TTL extraction was implemented in such way that it could potentially extract the wrong value, if the URL path contained a component that also matched the regex. This commit changes the re.match() to re.search(), which ensures it will find the first occurrence of the match. It also changes whitelist_externals to allowlist_externals in tox.ini