Skip to content

Commit

Permalink
Fix title (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambiknai committed Oct 28, 2021
1 parent c38df8b commit 6148a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quality
name: Code Coverage
on: [push, pull_request]
jobs:
test:
Expand All @@ -7,7 +7,7 @@ jobs:
defaults:
run:
working-directory: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
name: Test with Coverage
name: Post
runs-on: ubuntu-latest
steps:
- name: Set up Go
Expand Down

0 comments on commit 6148a84

Please sign in to comment.