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/public login #89

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Fix/public login #89

merged 2 commits into from
Feb 14, 2024

Conversation

jacquesfize
Copy link
Contributor

The public_login route fail because flask-login use a User and not the AppUser class.

Copy link

codecov bot commented Feb 14, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (40ec9e0) 51.79% compared to head (335a6aa) 51.71%.

Files Patch % Lines
src/pypnusershub/routes.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #89      +/-   ##
===========================================
- Coverage    51.79%   51.71%   -0.08%     
===========================================
  Files           14       14              
  Lines          726      727       +1     
===========================================
  Hits           376      376              
- Misses         350      351       +1     
Flag Coverage Δ
pytest 51.71% <50.00%> (-0.08%) ⬇️

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.

@jacquesfize jacquesfize merged commit d53b4e8 into develop Feb 14, 2024
4 of 6 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