Skip to content

Commit

Permalink
fix: fix codecov action run fail (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH authored Dec 21, 2023
1 parent 6f722b3 commit 718a08e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: generate OPENAPI
run: go generate
- name: Run coverage
run: go test -race -failfast -coverprofile=coverage.txt -covermode=atomic -v ./...
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 718a08e

Please sign in to comment.