diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b967127..7a524d9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,4 +1,4 @@ -name: "Contract Testing" +name: "Coverage Testing" on: push: branches: @@ -6,7 +6,7 @@ on: jobs: build: - name: "Contract Testing" + name: "Coverage Testing" runs-on: ubuntu-latest strategy: