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

Fix missing optional types on ClientSessions #441 #446

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

joelvdavies
Copy link
Collaborator

@joelvdavies joelvdavies commented Jan 9, 2025

Description

See #441. Also done to object-storage-api here: ral-facilities/object-storage-api#90.

Testing instructions

Add a set up instructions describing how the reviewer should test the code

  • Review code
  • Check Actions build
  • Review changes to test coverage

Agile board tracking

Closes #441

@joelvdavies joelvdavies added the enhancement New feature or request label Jan 9, 2025
@joelvdavies joelvdavies self-assigned this Jan 9, 2025
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.91%. Comparing base (71e1a10) to head (468cc65).
Report is 5 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #446   +/-   ##
========================================
  Coverage    97.91%   97.91%           
========================================
  Files           48       48           
  Lines         1723     1723           
========================================
  Hits          1687     1687           
  Misses          36       36           

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

@joelvdavies joelvdavies requested a review from VKTB January 14, 2025 14:11
@joelvdavies joelvdavies merged commit 329a188 into develop Jan 14, 2025
8 checks passed
@joelvdavies joelvdavies deleted the fix-missing-optional-types-session-#441 branch January 14, 2025 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Optional types on session objects in repo functions
2 participants