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