From 525f943cc74b113b79662541d31c7f5e1ed16f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Chalk?= Date: Fri, 16 Jan 2026 13:26:23 +0100 Subject: [PATCH] ci: abbreviate long coverage workflow names --- .github/workflows/{code-coverage.yml => coverage.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{code-coverage.yml => coverage.yml} (96%) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/coverage.yml similarity index 96% rename from .github/workflows/code-coverage.yml rename to .github/workflows/coverage.yml index ad3287365..640a76e5d 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,4 +1,4 @@ -name: Code Coverage +name: Coverage on: push: @@ -35,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: ${{ fromJson(needs.list-packages.outputs.matrix) }} - name: Collect code coverage + name: Collect coverage runs-on: ubuntu-latest steps: - name: Checkout the repository