From f9a5d9060b35c7bbd238fb6853543185f818a1bc Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Mon, 15 Mar 2021 17:12:54 +0100 Subject: [PATCH] Fix job name in test coverage workflow --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 450b2e4ed..3dc41f85a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -7,7 +7,7 @@ on: jobs: test: - name: JDK ${{matrix.java}} + name: Measure mutation test coverage runs-on: ubuntu-latest