Skip to content

Increasing coverage on ttc-lambda#406

Merged
robertandremitchell merged 2 commits intomainfrom
rob/404-code-coverage-increasing-coverage-on-text_to_code
Apr 1, 2026
Merged

Increasing coverage on ttc-lambda#406
robertandremitchell merged 2 commits intomainfrom
rob/404-code-coverage-increasing-coverage-on-text_to_code

Conversation

@robertandremitchell
Copy link
Copy Markdown
Collaborator

@robertandremitchell robertandremitchell commented Apr 1, 2026

Description

Adding coverage for missing lines: https://app.codecov.io/gh/CDCgov/dibbs-text-to-code/blob/main/packages%2Ftext-to-code-lambda%2Fsrc%2Ftext_to_code_lambda%2Flambda_function.py

should now be at 100% coverage: https://app.codecov.io/gh/CDCgov/dibbs-text-to-code/pull/406/indirect-changes

Related Issues

Closes #404

Additional Notes

[Add any additional context or notes that reviewers should know about.]

<--------------------- REMOVE THE LINES BELOW BEFORE MERGING --------------------->

Checklist

Please review and complete the following checklist before submitting your pull request:

  • I have ensured that the pull request is of a manageable size, allowing it to be reviewed within a single session.
  • I have reviewed my changes to ensure they are clear, concise, and well-documented.
  • I have updated the documentation, if applicable.
  • I have added or updated test cases to cover my changes, if applicable.
  • I have minimized the number of reviewers to include only those essential for the review.

Checklist for Reviewers

Please review and complete the following checklist during the review process:

  • The code follows best practices and conventions.
  • The changes implement the desired functionality or fix the reported issue.
  • The tests cover the new changes and pass successfully.
  • Any potential edge cases or error scenarios have been considered.

@robertandremitchell robertandremitchell linked an issue Apr 1, 2026 that may be closed by this pull request
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.93%. Comparing base (138e755) to head (4b0ab9e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #406      +/-   ##
==========================================
+ Coverage   93.75%   93.93%   +0.18%     
==========================================
  Files          42       42              
  Lines        2160     2160              
==========================================
+ Hits         2025     2029       +4     
+ Misses        135      131       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Collaborator

@BradySkylight BradySkylight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Love to see additional testing coverage

@robertandremitchell robertandremitchell merged commit 1a8e8dd into main Apr 1, 2026
6 checks passed
@robertandremitchell robertandremitchell deleted the rob/404-code-coverage-increasing-coverage-on-text_to_code branch April 1, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code Coverage: increasing coverage on text_to_code

3 participants