Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Jan 26, 2025
1 parent b3e2ed2 commit c0ceef9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Test Implementation Request
about: Write tests for an existing file in the project
title: "Test: [File Name]"
labels: testing
assignees: ""
---
# Goal
The goal of this issue is to improve the code coverage for the file: `Example: src/resolvers/Chat/messages.ts`
# 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
- Refer to the foundational documentation on writing test cases in the repository.
- Check the [Codecov report](https://app.codecov.io/gh/PalisadoesFoundation/talawa-api/tree/develop-postgres/src?displayType=list) for details on the uncovered lines.
# Acceptance Criteria
- All sections of the file are covered by tests.
- Code coverage for the file reaches 100%.
- PR created with necessary updates, passing all checks and reviews.
**Potential internship candidates**
Please read this if you are planning to apply for a Palisadoes Foundation internship
- https://github.com/PalisadoesFoundation/talawa/issues/359

0 comments on commit c0ceef9

Please sign in to comment.