You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
NOTE: PR titles should follow semantic commits:
https://www.conventionalcommits.org/en/v1.0.0/
-->
## Overview
This pr splits the unit tests from integration in node. this allows the
integration tests to have a custom job for integration test as the
integration tests were flaky
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Added new commands to run integration tests and generate integration
test coverage reports.
- **Refactor**
- Updated test and coverage commands for improved integration test
handling and coverage reporting.
- Adjusted test job workflow to separate unit and integration test
coverage, with combined reporting.
- **Chores**
- Introduced build tags and linter directives to better organize test
files and suppress unused code warnings.
- Improved test isolation by using separate in-memory datastores during
service restarts.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: tac0turtle <you@example.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
0 commit comments