[PR #10392] Add GH Workflow for CI Tests #12468

Closed
opened 2026-02-07 06:56:25 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10392

State: closed
Merged: Yes


Changes
Ports some of the workflow from the .ci/azure-pipelines-test.yml file:

  • Establish a common naming pattern for the various workflows, e.g. ci-* or issues-* based on what it interacts with
  • Split up existing workflows to match said pattern, without changing any details
  • Port the test pipeline whilst leaving the original in place (until the project is happy to swap) with some caveats:

I've dropped SonarCloud, it seems to be a left-over which hasn't been enabled in a while.
There's a TODO on where we want to upload code coverage, since there's nothing natively built into GitHub (AFAIK), so we generate coverage but don't go any further.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10392 **State:** closed **Merged:** Yes --- **Changes** Ports some of the workflow from the .ci/azure-pipelines-test.yml file: - Establish a common naming pattern for the various workflows, e.g. `ci-*` or `issues-*` based on what it interacts with - Split up existing workflows to match said pattern, without changing any details - Port the test pipeline whilst leaving the original in place (until the project is happy to swap) with some caveats: I've dropped SonarCloud, it seems to be a left-over which hasn't been enabled in a while. There's a TODO on where we want to upload code coverage, since there's nothing natively built into GitHub (AFAIK), so we generate coverage but don't go any further.
OVERLORD added the pull-request label 2026-02-07 06:56:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12468