Skip to content

Removing test dummy block from text to code lambda#388

Merged
robertandremitchell merged 3 commits intomainfrom
rob/367-remove-hardcoded-test-candidate-in-ttc-lambda
Mar 25, 2026
Merged

Removing test dummy block from text to code lambda#388
robertandremitchell merged 3 commits intomainfrom
rob/367-remove-hardcoded-test-candidate-in-ttc-lambda

Conversation

@robertandremitchell
Copy link
Copy Markdown
Collaborator

@robertandremitchell robertandremitchell commented Mar 25, 2026

Description

Removes a hardcoded dummy test from the code that should have been removed previously.

Related Issues

Closes #367

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 Mar 25, 2026 that may be closed by this pull request
4 tasks
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.20%. Comparing base (cc7239c) to head (746e70a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #388      +/-   ##
==========================================
- Coverage   93.20%   93.20%   -0.01%     
==========================================
  Files          40       40              
  Lines        2105     2103       -2     
==========================================
- Hits         1962     1960       -2     
  Misses        143      143              

☔ 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

@bamader bamader left a comment

Choose a reason for hiding this comment

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

Nice 😎

@robertandremitchell robertandremitchell merged commit 2124837 into main Mar 25, 2026
6 checks passed
@robertandremitchell robertandremitchell deleted the rob/367-remove-hardcoded-test-candidate-in-ttc-lambda branch March 25, 2026 20:33
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.

Remove hardcoded test candidate in TTC Lambda

3 participants