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

CADC-14066: Skaha Python Client Scaling Issues #82

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Conversation

shinybrar
Copy link
Owner

  • Updated SkahaClient to use httpx

@codecov-commenter
Copy link

codecov-commenter commented Mar 5, 2025

Codecov Report

Attention: Patch coverage is 98.16273% with 7 lines in your changes missing coverage. Please review.

Project coverage is 97.43%. Comparing base (cd2c32f) to head (56d8548).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
skaha/utils/logs.py 77.77% 4 Missing ⚠️
skaha/session.py 97.81% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #82      +/-   ##
==========================================
+ Coverage   95.39%   97.43%   +2.04%     
==========================================
  Files          18       18              
  Lines         521      702     +181     
==========================================
+ Hits          497      684     +187     
+ Misses         24       18       -6     
Flag Coverage Δ
3.10 97.43% <98.16%> (+2.04%) ⬆️
3.11 97.43% <98.16%> (+2.04%) ⬆️
3.12 97.43% <98.16%> (+2.04%) ⬆️
3.13 97.43% <98.16%> (+2.04%) ⬆️
3.9 97.43% <98.16%> (+2.04%) ⬆️

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.

shinybrar added 20 commits March 6, 2025 11:51
the client now supports auth bearer token, which when enabled does not perform pem certificate checks, as a result the checks for certificate have been relaxed from a FilePath which needs to exist to create a client, to a str, which is validated only if cert auth is used
…RET] from environ, this will be supported in future releases with a comprehensive environment variable support accross all configurable variables
Copy link

sonarqubecloud bot commented Mar 7, 2025

@shinybrar shinybrar marked this pull request as ready for review March 7, 2025 02:52
@shinybrar shinybrar requested review from tjzegmott and at88mph March 7, 2025 02:52
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.

2 participants