-
-
Notifications
You must be signed in to change notification settings - Fork 837
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
Refactor files 61-70 in tests/resolvers/Mutation [Fixes #989] #1014
Refactor files 61-70 in tests/resolvers/Mutation [Fixes #989] #1014
Conversation
@anshgoyalevil what's the coverage for authDirective? |
at 100% |
The workflow failed due to the issue #1010 Please re-run it. |
Hmmmmm why does it not show the coverage? |
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 #1014 +/- ##
===========================================
+ Coverage 93.96% 94.35% +0.38%
===========================================
Files 154 154
Lines 9121 9121
Branches 797 801 +4
===========================================
+ Hits 8571 8606 +35
+ Misses 549 514 -35
Partials 1 1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Really confused. Seems like it's an issue with the Codecov workflow |
What kind of change does this PR introduce?
This PR introduces the refactoring of tests in
tests/resolvers/Mutation
from file 61-70Issue Number:
Fixes #989
Did you add tests for your changes?
Yes
Snapshots/Videos:
If relevant, did you update the documentation?
Not Required.
Summary
This PR introduces the refactoring of tests in
tests/resolvers/Mutation
from file 61-70Does this PR introduce a breaking change?
No
Other information
No
Have you read the contributing guide?
Yes