Skip to content

feat: support auth via env vars#516

Merged
grafuls merged 18 commits intoredhat-performance:developmentfrom
sadsfae:development
Feb 12, 2026
Merged

feat: support auth via env vars#516
grafuls merged 18 commits intoredhat-performance:developmentfrom
sadsfae:development

Conversation

@sadsfae
Copy link
Member

@sadsfae sadsfae commented Feb 11, 2026

  • Add these new vars for safer badfishing

    • BADFISH_PASSWORD
    • BADFISH_USERNAME
  • Update venv example for PYTHONPATH

fixes: #496

@codecov
Copy link

codecov bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.07%. Comparing base (1ac86a7) to head (3de528b).
⚠️ Report is 24 commits behind head on development.

Additional details and impacted files
@@               Coverage Diff               @@
##           development     #516      +/-   ##
===============================================
+ Coverage        92.05%   92.07%   +0.01%     
===============================================
  Files                8        8              
  Lines             2506     2511       +5     
===============================================
+ Hits              2307     2312       +5     
  Misses             199      199              
Flag Coverage Δ
unittests 92.07% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

* incorpoate some suggestions from @stephane-chazelas
* This is clumsy and very unlikely these values will be an env variable.
* Nothing keeps people from securing it with a temporary export but it
  is not in scope for using stored env vars which tend to be static or
change rarely and thus makes more sense to concentrate on for this
feature.
@sadsfae sadsfae requested a review from grafuls February 12, 2026 16:13
@grafuls grafuls merged commit 87c27fd into redhat-performance:development Feb 12, 2026
9 checks passed
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.

3 participants