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 code coverage for: src/components/AgendaCategory/AgendaCategoryContainer.tsx #3655

Open
palisadoes opened this issue Feb 15, 2025 · 0 comments
Labels
test Testing application unapproved

Comments

@palisadoes
Copy link
Contributor

Goal

The goal of this issue is to improve the code coverage for this file

Tasks

  1. Review the file to identify sections of code that are being ignored by Codecov or are not covered by tests.
  2. Create or update test cases to ensure 100% coverage for the file.
  3. Remove any /* istanbul ignore */ or equivalent statements that bypass code coverage reporting, unless absolutely necessary.

Resources

  1. Refer to the foundational documentation on writing test cases in the repository.
  2. Check the Codecov report for details on the uncovered lines.

Acceptance Criteria

  1. All sections of the file are covered by tests.
  2. Code coverage for the file reaches 100%.
  3. PR created with necessary updates, passing all checks and reviews.
  4. All tests must be valid

Other

If you are new to testing, refer to past test code coverage improvement PRs

@github-actions github-actions bot added documentation Improvements or additions to documentation test Testing application unapproved labels Feb 15, 2025
@palisadoes palisadoes removed the documentation Improvements or additions to documentation label Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Testing application unapproved
Projects
Status: Backlog
Development

No branches or pull requests

1 participant