소스 검색

fix: fix codecov action run fail (#1567)

CorrectRoadH 1 년 전
부모
커밋
718a08eab2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/codecov.yml

+ 2 - 0
.github/workflows/codecov.yml

@@ -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