-
-
Notifications
You must be signed in to change notification settings - Fork 995
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
Tests for src/resolvers/Mutations/addUserImage
#931
Tests for src/resolvers/Mutations/addUserImage
#931
Conversation
Codecov Report
📣 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 #931 +/- ##
===========================================
+ Coverage 82.79% 88.15% +5.35%
===========================================
Files 168 168
Lines 10087 10097 +10
Branches 882 939 +57
===========================================
+ Hits 8352 8901 +549
+ Misses 1733 1196 -537
+ Partials 2 0 -2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please try to get the coverage of uploadImage.ts to 100% .
@kb-0311 Good work, its at 87.27% now. Get it to 100% |
@noman2002 |
What kind of change does this PR introduce?
Issue Number:
Fixes #909
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