Code Review Facilitator

Elevate your code reviews with the power of real-time coverage insights. Utilize the User Story Coverage Report to identify areas lacking sufficient testing, proactively guiding reviewers towards potential blind spots.


Step-by-Step Tutorial

1. Access the User Story's / Subtask's Coverage
2. Deep Dive into Method List
3. Scan the Method List
  • Prioritize methods currently under review.

4. Assess Coverage
  • Use your organization's standards and testing strategy to judge if coverage is sufficient.

  • Important: Some organizations run additional tests after code review. Only assess coverage for test types already executed.

5. Address Critical Gaps
  • If critical methods lack coverage, leave comments on the pull request or discuss directly with the developer.

Last updated