elsa-core/.github/workflows
Sipke Schoorstra 4ee8f6912d
Add unit and integration tests for the Finish activity to validate termination behavior (#7110) (#7114)
* Add unit and integration tests for the `Finish` activity to validate termination behavior (#7110)

- Added `FinishInSequenceWorkflow` to test `Finish` activity in a sequence workflow configuration.
- Introduced integration tests (`FinishTests`) to confirm `Finish` terminates workflows and skips subsequent activities.
- Developed unit tests to verify activity completion and workflow status transitions to `Finished`.

* Update test/integration/Elsa.Activities.IntegrationTests/Primitives/Workflows/FinishInSequenceWorkflow.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update test/integration/Elsa.Activities.IntegrationTests/Primitives/Workflows/FinishInSequenceWorkflow.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Add `Finish` activity unit test to verify ITerminalNode implementation

* Add code coverage report generation and GitHub Pages deployment workflow

- Removed unused `tempvalidator` project and its associated files.
- Updated GitHub Actions workflow to include steps for generating code coverage reports in HTML format using `dotnet-reportgenerator-globaltool`.
- Added deployment of coverage reports to GitHub Pages for the `main` branch.
- Updated `.gitignore` to exclude test results and artifacts.

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-27 20:51:59 +01:00
..
bounty.yml Update string formatting in bounty.yml 2024-04-10 19:52:43 +02:00
copilot-setup-steps.yml Improves Fork activity and break signal handling (#7104) 2025-11-25 19:29:02 +01:00
docker-ca.yml Improves Fork activity and break signal handling (#7104) 2025-11-25 19:29:02 +01:00
elsa-server.yml Update workflow names and Docker image tags in GitHub Actions YAML files 2025-09-27 20:41:42 +02:00
packages.yml Add unit and integration tests for the Finish activity to validate termination behavior (#7110) (#7114) 2025-11-27 20:51:59 +01:00
pr.yml Improves Fork activity and break signal handling (#7104) 2025-11-25 19:29:02 +01:00
stale.yml Add workflow to close stale issues and PRs 2024-11-12 11:19:09 +01:00