Skip to content

Commit

Permalink
Fix (CI): codecov action (anotha one)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet committed Jul 3, 2024
1 parent 53f0d30 commit 3328657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.18"
- name: Run coverage
- name: test
run: go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
- name: codecov
uses: codecov/codecov-action@v4.0.1
Expand Down

0 comments on commit 3328657

Please sign in to comment.