From 75391f989463c40f872a4aa1f160846d9443f45d Mon Sep 17 00:00:00 2001 From: link Date: Wed, 24 Nov 2021 21:38:10 +0800 Subject: [PATCH] Update main.yaml --- .github/workflows/main.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 409248b..15097a4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -15,18 +15,6 @@ jobs: with: fetch-depth: 0 - - uses: actions/checkout@master - - name: codecov - uses: codecov/codecov-action@v2 - with: - token: ${{ secrets.CODECOV_TOKEN }} - directory: /home/runner/work/go-aliyundrive-webdav/go-aliyundrive-webdav/ - name: codecov-umbrella - fail_ci_if_error: true - files: ./coverage1.xml,./coverage2.xml # optional - flags: unittests - verbose: true - - uses: actions/setup-go@v2 with: node-version: '1.16'