Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts: Fix regex in download_packit_coverage.sh #916

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

ansasaki
Copy link
Contributor

This fixes the currently failing coverage report job on CI.

The regex did not accept http:// but only https:// URLs. This makes the regex more flexible allowing us to use the current archive storage which provides only http://.

This fixes the currently failing coverage report job on CI.

The regex did not accept `http://` but only `https://` URLs. This makes
the regex more flexible allowing us to use the current archive storage
which provides only `http://`.

Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
@ansasaki ansasaki merged commit 53d015e into keylime:master Jan 17, 2025
15 checks passed
@ansasaki ansasaki deleted the fix_coverage branch January 17, 2025 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants