-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
feat: Provide parent data when resolving with cloud function #8795
base: release-5.x.x
Are you sure you want to change the base?
Conversation
Thanks for opening this pull request! |
Could you add a test for this new feature? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-5.x.x #8795 +/- ##
=================================================
- Coverage 94.10% 94.09% -0.01%
=================================================
Files 184 184
Lines 13814 13813 -1
=================================================
- Hits 12999 12997 -2
- Misses 815 816 +1
☔ View full report in Codecov by Sentry. |
Well, i would add a test which confirms the presence of parent data but i don't know how to get started. The test script ( Edit: I managed to build the parse-server docker image and started a mongodb in a container but the test won't start in my environment. When omitting the pretest script it starts but the suite has timeout errors. |
We have a blog article that is especially directed towards first time contributors and a more technical Contribution Guide to help you get started with setting up a test environment. |
Pull Request
Issue
Closes: 7621