Skip to content

Commit

Permalink
Fix job name in test coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Mar 15, 2021
1 parent 1d81430 commit f9a5d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
name: JDK ${{matrix.java}}
name: Measure mutation test coverage

runs-on: ubuntu-latest

Expand Down

0 comments on commit f9a5d90

Please sign in to comment.