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

Annotations for dependecies #413

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Annotations for dependecies #413

wants to merge 4 commits into from

Conversation

julien4215
Copy link
Collaborator

@julien4215 julien4215 added enhancement New feature or request dependencies Pull requests that update a dependency file labels Apr 27, 2024
@julien4215 julien4215 marked this pull request as draft April 27, 2024 12:39
Copy link

codecov bot commented Apr 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.40%. Comparing base (08d215a) to head (b35e7be).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #413      +/-   ##
==========================================
+ Coverage   80.35%   80.40%   +0.05%     
==========================================
  Files          85       85              
  Lines        5797     5792       -5     
==========================================
- Hits         4658     4657       -1     
+ Misses       1139     1135       -4     

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

@julien4215 julien4215 marked this pull request as ready for review April 28, 2024 15:25
@armanddidierjean armanddidierjean removed the dependencies Pull requests that update a dependency file label Apr 30, 2024
@@ -274,9 +269,12 @@ def is_user_a_member(
return user


MemberUser = Annotated[models_core.CoreUser, Depends(is_user_a_member)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be UserMember to stay consistant with the rest of the code ?

@julien4215 julien4215 marked this pull request as draft May 17, 2024 20:22
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.

None yet

3 participants