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: enableAutomaticLogin() should be in ParseUser #100

Merged
merged 9 commits into from
May 9, 2023
Merged

Conversation

cbaker6
Copy link
Member

@cbaker6 cbaker6 commented May 9, 2023

New Pull Request Checklist

Issue Description

enableAutomaticLogin() is under ParseObject instead of ParseUser.

Approach

Move enableAutomaticLogin() to the appropriate protocol.

TODOs before merging

  • Add entry to changelog
  • Add changes to documentation (guides, repository pages, in-code descriptions)

@codecov
Copy link

codecov bot commented May 9, 2023

Codecov Report

Merging #100 (79a9d49) into main (7a0540c) will decrease coverage by 0.09%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
- Coverage   91.56%   91.47%   -0.09%     
==========================================
  Files         172      172              
  Lines       15385    15338      -47     
==========================================
- Hits        14087    14031      -56     
- Misses       1298     1307       +9     
Impacted Files Coverage Δ
Sources/ParseSwift/Objects/ParseUser.swift 93.60% <ø> (ø)
Sources/ParseSwift/Types/ParseVersion.swift 98.61% <ø> (ø)

... and 5 files with indirect coverage changes

@cbaker6 cbaker6 merged commit 8e8a847 into main May 9, 2023
@cbaker6 cbaker6 deleted the fixAutoLogin branch May 9, 2023 22:13
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