-
-
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
test: Increase coverage #7654
base: alpha
Are you sure you want to change the base?
test: Increase coverage #7654
Conversation
Thanks for opening this pull request!
|
Codecov ReportBase: 94.27% // Head: 94.07% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## alpha #7654 +/- ##
==========================================
- Coverage 94.27% 94.07% -0.21%
==========================================
Files 180 180
Lines 13987 13984 -3
==========================================
- Hits 13186 13155 -31
- Misses 801 829 +28
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@dblythy Is this ready for review? |
## [5.2.1-alpha.1](parse-community/parse-server@5.2.0...5.2.1-alpha.1) (2022-03-26) ### Bug Fixes * return correct response when revert is used in beforeSave ([parse-community#7839](parse-community#7839)) ([f63fb2b](parse-community@f63fb2b))
Just need to get tests to pass |
… Cloud Function validation (parse-community#7892)
## [5.2.1-alpha.2](parse-community/parse-server@5.2.1-alpha.1...5.2.1-alpha.2) (2022-03-26) ### Performance Improvements * reduce database operations when using the constant parameter in Cloud Function validation ([parse-community#7892](parse-community#7892)) ([48bd512](parse-community@48bd512))
# [5.3.0-alpha.1](parse-community/parse-server@5.2.1-alpha.2...5.3.0-alpha.1) (2022-03-27) ### Features * add MongoDB 5.1 compatibility ([parse-community#7682](parse-community#7682)) ([90155cf](parse-community@90155cf))
# [5.3.0-alpha.2](parse-community/parse-server@5.3.0-alpha.1...5.3.0-alpha.2) (2022-03-27) ### Bug Fixes * security upgrade parse push adapter from 4.1.0 to 4.1.2 ([parse-community#7893](parse-community#7893)) ([ef56e98](parse-community@ef56e98))
# [5.3.0-alpha.3](parse-community/parse-server@5.3.0-alpha.2...5.3.0-alpha.3) (2022-03-27) ### Features * add MongoDB 5.2 support ([parse-community#7894](parse-community#7894)) ([6b4b358](parse-community@6b4b358))
59215e6
to
e6d7d8f
Compare
I will reformat the title to use the proper commit message syntax. |
bc984b3
to
f6b6923
Compare
3162994
to
4d3bf0f
Compare
New Pull Request Checklist
Issue Description
Increases coverage by adding some more tests
Related issue: #7563
Approach
Adds a few more test cases
TODOs before merging