From ad0be77c45cbe060d1206f45d65d802e677fa746 Mon Sep 17 00:00:00 2001 From: robcxyz Date: Wed, 4 Sep 2024 11:39:53 +0800 Subject: [PATCH] fix: rm code cov in ci --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5933e4c..9bd852d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,11 +40,11 @@ jobs: - name: Run tests with coverage run: make test-coverage - - uses: codecov/codecov-action@v2 - with: - token: ${{ secrets.CODECOV_TOKEN }} - files: ./coverage.xml - fail_ci_if_error: true +# - uses: codecov/codecov-action@v2 +# with: +# token: ${{ secrets.CODECOV_TOKEN }} +# files: ./coverage.xml +# fail_ci_if_error: true docker: runs-on: ubuntu-latest