-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: Added test cases for src/graphql/types/AgendaItem/updater.ts #3351
base: develop-postgres
Are you sure you want to change the base?
Test: Added test cases for src/graphql/types/AgendaItem/updater.ts #3351
Conversation
Warning
|
Our Pull Request Approval ProcessThanks for contributing! Testing Your CodeRemember, your PRs won't be reviewed until these criteria are met:
Our policies make our code better. ReviewersDo not assign reviewers. Our Queue Monitors will review your PR and assign them.
Reviewing Your CodeYour reviewer(s) will have the following roles:
CONTRIBUTING.mdRead our CONTRIBUTING.md file. Most importantly:
Other
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop-postgres #3351 +/- ##
====================================================
+ Coverage 50.37% 50.65% +0.28%
====================================================
Files 462 462
Lines 34857 34857
Branches 1088 1102 +14
====================================================
+ Hits 17558 17657 +99
+ Misses 17297 17198 -99
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What kind of change does this PR introduce?
This PR contains the tests for the file
src/graphql/types/AgendaItem/updater.ts
, also code coverage is 100%.Issue Number:
Fixes #3034
Snapshots/Videos:

If relevant, did you update the documentation?
N/A
Summary
Does this PR introduce a breaking change?
No
Checklist
CodeRabbit AI Review
Test Coverage
Other information
N/A
Have you read the contributing guide?
Yes