Skip to content

Commit

Permalink
Merge pull request #835 from MoralisWeb3/fix/parse-migration
Browse files Browse the repository at this point in the history
fix: parse server configuration fix
  • Loading branch information
sogunshola authored Nov 21, 2022
2 parents bb045cb + 0d5deeb commit 64df094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/parse-server-migration/src/parseServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const parseServer = new ParseServer({
databaseURI: config.DATABASE_URI,
cloud: config.CLOUD_PATH,
serverURL: config.SERVER_URL,
publicServerURL: config.SERVER_URL,
appId: config.APPLICATION_ID,
masterKey: config.MASTER_KEY,
auth: {
Expand Down

1 comment on commit 64df094

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test coverage

Title Lines Statements Branches Functions
api-utils Coverage: 24%
25.68% (47/183) 19.56% (9/46) 22.85% (8/35)
auth Coverage: 94%
95.38% (124/130) 81.81% (18/22) 95.45% (42/44)
evm-api Coverage: 97%
97.46% (77/79) 66.66% (6/9) 95.74% (45/47)
common-evm-utils Coverage: 64%
65% (938/1443) 19.93% (123/617) 35.89% (201/560)
sol-api Coverage: 96%
96.66% (29/30) 66.66% (6/9) 91.66% (11/12)
common-sol-utils Coverage: 74%
73.77% (135/183) 60% (12/20) 65.67% (44/67)
common-streams-utils Coverage: 95%
95.6% (674/705) 97.93% (190/194) 100% (244/244)
streams Coverage: 87%
87.64% (525/599) 68.26% (71/104) 84.52% (142/168)

Please sign in to comment.