From 086e5c03d9ab46b0b853a3eecc89e14b119eb369 Mon Sep 17 00:00:00 2001 From: CorrectRoadH Date: Thu, 21 Dec 2023 15:05:10 +0800 Subject: [PATCH] fix: revert the Action --- .github/workflows/codecov.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index bad9af2..95aa109 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,8 +20,6 @@ jobs: uses: actions/setup-go@v4 with: go-version: "1.20" - - name: Install dependencies - run: go mod tidy - name: Build OpenAPI run: go generate - name: Run coverage