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
* add first test
* ✨ Add unit tests for DispatchR configuration and handler registration
* ✨ Add tests for handler inclusion/exclusion and exceptions for empty handler arrays
* ✨ Add unit test for generic pipeline registration in DispatchR configuration
* ✨ Add StreamRequestHandler tests and update Fixture with stream request handlers
* ✨ Rename tests for clarity and add notification registration tests
* ✨ Add unit tests for new pipeline behaviors and update service registration logic
* ✨ Update build-release.yml to conditionally execute steps for versioned tags
* ✨ Update build-release.yml to include coverage report file in Codecov action
* ✨ Update Codecov action to version 5 and adjust token handling
* ✨ Update build-release.yml to specify coverage report file for Codecov action
* ✨ Update build-release.yml to change coverage report file path for Codecov action
* ✨ Update build-release.yml to ensure consistent code coverage collection for unit and integration tests
* ✨ Update build-release.yml to adjust coverage report file path for Codecov action
* ✨ Update build-release.yml to consolidate unit and integration tests into a single test step with coverage collection
* ✨ Update build-release.yml to remove redundant coverage report file specification for Codecov action
* ✨ Update build-release.yml to add a step for listing files before uploading coverage to Codecov
* ✨ Update build-release.yml to list files in the tests directory before uploading coverage to Codecov
* ✨ Update test project files to upgrade coverlet packages to version 6.0.4 with updated asset settings
* ✨ Update build-release.yml to list files in the DispatchR.IntegrationTest directory before uploading coverage to Codecov
* ✨ Update build-release.yml to install Coverlet tool and modify test command for improved coverage collection
* ✨ Update build-release.yml to remove unnecessary build step from test command
* ✨ Update README.md to add Codecov badge for coverage tracking
0 commit comments