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 beforeLogin trigger when user has a file #6001

Merged
merged 2 commits into from
Aug 30, 2019

Conversation

davimacedo
Copy link
Member

close #5998

@codecov
Copy link

codecov bot commented Aug 30, 2019

Codecov Report

Merging #6001 into master will increase coverage by 0.07%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6001      +/-   ##
==========================================
+ Coverage   93.66%   93.73%   +0.07%     
==========================================
  Files         156      156              
  Lines       10926    10926              
==========================================
+ Hits        10234    10242       +8     
+ Misses        692      684       -8
Impacted Files Coverage Δ
src/Routers/UsersRouter.js 94.19% <100%> (ø) ⬆️
src/RestWrite.js 93.72% <0%> (ø) ⬆️
...dapters/Storage/Postgres/PostgresStorageAdapter.js 97.01% <0%> (+0.4%) ⬆️
src/Adapters/Storage/Mongo/MongoStorageAdapter.js 92.94% <0%> (+0.7%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1df57b8...c896c85. Read the comment docs.

@davimacedo davimacedo merged commit 3ede1f6 into parse-community:master Aug 30, 2019
UnderratedDev pushed a commit to UnderratedDev/parse-server that referenced this pull request Mar 21, 2020
* Fix beforeLogin trigger when user has a file

* Add test case
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.

Error Occurring Using Parse.Cloud.beforeLogin
2 participants