Skip to content

Commit

Permalink
Update .github/workflows/codecov.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <thepetk@gmail.com>

Co-authored-by: Armel Soro <armel@rm3l.org>
  • Loading branch information
thepetk and rm3l authored Nov 10, 2023
1 parent 40723b8 commit 42d4879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: 1.18
go-version-file: go.mod
- name: Run tests
run: go test ./... -coverprofile cover.out
- name: Codecov
Expand Down

0 comments on commit 42d4879

Please sign in to comment.