elsa-core/.github/workflows
Sipke Schoorstra 8747151330
Add code coverage configuration and adjust test projects (#7049)
* Add code coverage configuration and adjust test projects

- Introduced `Include` and `Threshold` properties across test project files for improved code coverage tracking.
- Added `coverlet.collector` as a dependency for coverage data collection.
- Removed unused `global using` directives and redundant imports for cleaner test codebases.

* Update GitHub Actions workflows for pull request triggers

- Adjusted `pr.yml` to include `patch/*` and `develop/*` branches.
- Removed redundant pull request triggers in `packages.yml` for cleaner configuration.

* Expand pull request triggers in GitHub Actions

- Renamed `PR` workflow to `pr` for consistency.
- Included `patch/*` and `develop/*` branches in `pr.yml` and `Build.CI.GitHubActions.cs`.

* Remove pack target from pull request workflows

- Updated `pr.yml` to exclude the pack step.
- Adjusted `Build.CI.GitHubActions.cs` to reflect the removal of the pack target.

* Remove `Elsa.Workflows.Api` from integration test project references

- Updated `Elsa.Workflows.IntegrationTests.csproj` to exclude `Elsa.Workflows.Api` from the `Include` list and project references for cleanup and simplification.
2025-11-12 13:59:36 +01:00
..
bounty.yml Update string formatting in bounty.yml 2024-04-10 19:52:43 +02:00
copilot-setup-steps.yml.yml Adds Copilot setup workflow 2025-05-25 21:18:52 +02:00
docker-ca.yml Add WorkflowStateCommitted notification support and update state handling logic 2025-09-25 20:58:21 +02:00
elsa-server-and-studio.yml Update workflow names and Docker image tags in GitHub Actions YAML files 2025-09-27 20:41:42 +02:00
elsa-server.yml Update workflow names and Docker image tags in GitHub Actions YAML files 2025-09-27 20:41:42 +02:00
elsa-studio.yml Update workflow names and Docker image tags in GitHub Actions YAML files 2025-09-27 20:41:42 +02:00
packages.yml Add code coverage configuration and adjust test projects (#7049) 2025-11-12 13:59:36 +01:00
pr.yml Add code coverage configuration and adjust test projects (#7049) 2025-11-12 13:59:36 +01:00
stale.yml Add workflow to close stale issues and PRs 2024-11-12 11:19:09 +01:00