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

Improve the code coverage of talawa-admin/src/components/OrganizationCard/OrganizationCard.tsx to 100%. #3459

Closed
gkbishnoi07 opened this issue Jan 27, 2025 · 1 comment
Assignees
Labels
test Testing application

Comments

@gkbishnoi07
Copy link

Goal
The objective of this issue is to achieve 100% code coverage for the file: src/components/OrganizationCard/OrganizationCard.tsx.

Tasks

  1. Analyze the file to identify code sections that are either ignored by Codecov or lack test coverage.
  2. Write or update test cases to ensure the entire file is fully covered.
  3. Remove any /* istanbul ignore */ or equivalent statements that exclude code from coverage, unless absolutely necessary.

Resources

  • Refer to the repository’s documentation on writing effective test cases.
  • Utilize the Codecov report to pinpoint uncovered lines of code.

Acceptance Criteria

  • All parts of the file are thoroughly covered by test cases.
  • Code coverage for the file reaches 100%.
  • A pull request is created with the required updates, passing all checks and receiving approval.

SOLVED

Image

@gkbishnoi07
Copy link
Author

@palisadoes please assign me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Testing application
Projects
Status: Done
Development

No branches or pull requests

3 participants