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

Added tests for src/lib/resolvers/index.ts #940

Merged
merged 8 commits into from
Jan 28, 2023

Conversation

fampiyush
Copy link
Contributor

What kind of change does this PR introduce?

Issue Number:

Fixes #911

Did you add tests for your changes?
Yes

Snapshots/Videos:

If relevant, did you update the documentation?

Summary

Does this PR introduce a breaking change?

Other information

Have you read the contributing guide?
Yes

@fampiyush fampiyush marked this pull request as draft January 28, 2023 18:53
@fampiyush fampiyush closed this Jan 28, 2023
@fampiyush fampiyush deleted the resolverIndexTests branch January 28, 2023 18:59
@fampiyush fampiyush restored the resolverIndexTests branch January 28, 2023 19:07
@fampiyush fampiyush reopened this Jan 28, 2023
@fampiyush fampiyush marked this pull request as ready for review January 28, 2023 21:42
@codecov-commenter
Copy link

Codecov Report

Merging #940 (47cbd3c) into develop (abe3bd9) will increase coverage by 3.07%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff             @@
##           develop     #940      +/-   ##
===========================================
+ Coverage    84.49%   87.56%   +3.07%     
===========================================
  Files          168      168              
  Lines        10092    10095       +3     
  Branches       927      932       +5     
===========================================
+ Hits          8527     8840     +313     
+ Misses        1565     1255     -310     
Impacted Files Coverage Δ
src/resolvers/Mutation/createEvent.ts 88.80% <100.00%> (+0.25%) ⬆️
src/resolvers/Mutation/removeOrganizationImage.ts 100.00% <0.00%> (+27.84%) ⬆️
...c/resolvers/Subscription/messageSentToGroupChat.ts 48.38% <0.00%> (+48.38%) ⬆️
.../resolvers/Subscription/messageSentToDirectChat.ts 63.63% <0.00%> (+63.63%) ⬆️
src/resolvers/Subscription/directMessageChat.ts 86.66% <0.00%> (+86.66%) ⬆️
src/resolvers/index.ts 100.00% <0.00%> (+100.00%) ⬆️
src/resolvers/Query/index.ts 100.00% <0.00%> (+100.00%) ⬆️
src/resolvers/Mutation/index.ts 100.00% <0.00%> (+100.00%) ⬆️
src/resolvers/Subscription/index.ts 100.00% <0.00%> (+100.00%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@palisadoes palisadoes merged commit 328c9f8 into PalisadoesFoundation:develop Jan 28, 2023
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.

Test: src/lib/resolvers/index.ts
4 participants