Skip to content

Commit

Permalink
coverage.yml hotfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyStiles committed Jun 21, 2022
1 parent 74d9a9a commit ca7c32b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
uses: actions/setup-go@v2
with:
go-version: '^1.18.*' # The Go version to download (if necessary) and use.
go-version: 1.18
- name: Checkout code
uses: actions/checkout@v2
- name: Generate coverage report
run: go test -v -coverprofile=profile.cov ./...
- name: Parse overall coverage
Expand All @@ -27,4 +28,4 @@ jobs:
filename: coverage.json
label: Coverage
message: ${{ env.COVERAGE }}
color: green
color: green

0 comments on commit ca7c32b

Please sign in to comment.