From a68ccc45f84b87f8ac3efa9ec8da7b28638cff31 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sat, 17 Aug 2024 21:35:30 +0800 Subject: [PATCH] chore: update github action script --- .github/workflows/coverage.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7ee3cbc0..d832bb62 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -30,13 +30,12 @@ jobs: - run: pnpm i - run: npm run beforetest - run: npm run cover - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 - with: - token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos - files: /home/runner/work/idraw/idraw/reports/clover.xml # optional - flags: unittests # optional - name: codecov-umbrella # optional - fail_ci_if_error: true # optional (default = false) - verbose: true # optional (default = false) - + # - name: Upload coverage to Codecov + # uses: codecov/codecov-action@v2 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos + # files: /home/runner/work/idraw/idraw/reports/clover.xml # optional + # flags: unittests # optional + # name: codecov-umbrella # optional + # fail_ci_if_error: true # optional (default = false) + # verbose: true # optional (default = false)