Skip to content

Adding opensearch test to lambda-handler#618

Merged
robertandremitchell merged 2 commits into
mainfrom
rob/adding-missing-lambda-handler-coverage
Jun 11, 2026
Merged

Adding opensearch test to lambda-handler#618
robertandremitchell merged 2 commits into
mainfrom
rob/adding-missing-lambda-handler-coverage

Conversation

@robertandremitchell

@robertandremitchell robertandremitchell commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Description

Noticed a small coverage gap, adding

Related Issues

Closes #[Link any related issues or tasks from your project management system.]

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.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (67b47dc) to head (1baa823).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #618   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           47        47           
  Lines         2640      2640           
=========================================
  Hits          2640      2640           

☔ View full report in Codecov by Harness.
📢 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.

@nickclyde nickclyde left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Good catch, thanks Rob!

@robertandremitchell robertandremitchell merged commit 4c0c934 into main Jun 11, 2026
6 checks passed
@robertandremitchell robertandremitchell deleted the rob/adding-missing-lambda-handler-coverage branch June 11, 2026 13:21
@nickclyde nickclyde mentioned this pull request Jun 11, 2026
6 tasks
nickclyde added a commit that referenced this pull request Jun 11, 2026
## Summary

- Bumps the root package version from `0.2.1` to `0.2.2`. Per
`docs/releases.md`, merging to `main` triggers the release workflow to
tag `v0.2.2`, build/publish the three Lambda images (`index`, `ttc`,
`augmentation`) to GHCR and APHL ECR, and post the release to Slack.

## Changes since v0.2.1

- #624 — Update Schematron Model and Processor to use new/updated
Schematron Error Messages from APHL
- #618 — Adding opensearch test to lambda-handler
- #617 — Revert "Remove Marcelle from CODEOWNERS"
- #609 — fix: Bypass Docker layer cache when rebuilding for OS patches
- #608 — refactor: Remove augmentation ABC
- #607 — refactor: ruff data curation
- #605 — Add coverage shortcut for unit tests
- #599 — Increasing data-curation coverage
- #598 — feat!: Remove configuration from Augmentation
- #594 — Add Schematron validation to aws_e2e.sh
- #593 — SPIKE: Embedding variability
- #592 — typing in data curation folder and rest of repo
- #590 — Add Embedding Vectors to Embedding Records for LOINC Updates
- #588 — Pin external GitHub actions to specific commit SHAs
- #580 — Extending ty checks to most of packages/ folder
- #578 — refactor: Move some log statements closer to relevant code
- #577 — Skip floating vX.Y / vX tags on APHL ECR push
- #570 — feat!: Refactor TTC lambda function and condense saved models.
- #569 — Rob/adding evaluator coverage test
- #568 — Extending schematron validation in e2e tests

(Dependabot bumps omitted; full notes are auto-generated on the GitHub
Release.)

Note: #570 and #598 are marked `feat!:` (breaking). If those warrant a
minor bump instead, this can be re-cut as `0.3.0`.

## Test plan

- [x] CI green on this PR
- [ ] After merge: `release` workflow run on the merge commit is green
- [ ] `git fetch --tags && git tag -l "v0.2.2"` shows the new tag
- [ ] GitHub Release `v0.2.2` published with PR-list notes
- [ ] APHL ECR has `v0.2.2` and `latest` tags for `index`, `ttc`,
`augmentation`
- [ ] Slack release-notifications channel received the release link
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.

4 participants