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

dev to main #1911

Merged
merged 13 commits into from
Aug 11, 2024
Merged

dev to main #1911

merged 13 commits into from
Aug 11, 2024

Conversation

RitvikSardana
Copy link
Collaborator

No description provided.

new_user = frappe.db.get_list("User", filters={"email": email}, limit=1, pluck="name")[
0
]
new_user = frappe.db.get_list("User", filters={"email": email}, limit=1, pluck="name")
Copy link
Contributor

Choose a reason for hiding this comment

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

[black-format] reported by reviewdog 🐶

Suggested change
new_user = frappe.db.get_list("User", filters={"email": email}, limit=1, pluck="name")
new_user = frappe.db.get_list(
"User", filters={"email": email}, limit=1, pluck="name"
)

Copy link

codecov bot commented Aug 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.31%. Comparing base (a6652a2) to head (6ed515b).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1911      +/-   ##
==========================================
- Coverage   31.51%   31.31%   -0.21%     
==========================================
  Files          61       61              
  Lines        1977     1977              
==========================================
- Hits          623      619       -4     
- Misses       1354     1358       +4     

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

@RitvikSardana RitvikSardana merged commit 0924b7e into main Aug 11, 2024
7 of 8 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.

1 participant