Skip to content

Commit

Permalink
Merge pull request #8 from rizalgowandy/arwego/feat/task
Browse files Browse the repository at this point in the history
Update Octocov
  • Loading branch information
rizalgowandy authored Jul 12, 2023
2 parents 5506500 + baf1c38 commit 1c26c0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Go 1.x
uses: actions/setup-go@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.16
go-version-file: 'go.mod' # The Go version to download (if necessary) and use.

- name: Run tests with coverage report output
run: go test ./... -coverprofile=docs/coverage.out
Expand Down

0 comments on commit 1c26c0a

Please sign in to comment.