From ac52263d6e326127090c295afa69221be3d2fc40 Mon Sep 17 00:00:00 2001 From: jimsihk <99048231+jimsihk@users.noreply.github.com> Date: Mon, 6 Jan 2025 01:19:54 +0800 Subject: [PATCH] Disable uploading coverage reports (#8) --- .github/workflows/build.yml | 4 ++-- .github/workflows/pull_request.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1167acf..422c2ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,8 +60,8 @@ jobs: - name: Verify corrections run: make verify-src - - name: Upload Coverage Report - uses: codecov/codecov-action@v5 + # - name: Upload Coverage Report + # uses: codecov/codecov-action@v5 sanity-build: # to ignore builds on release diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 14b531e..684fba5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -57,8 +57,8 @@ jobs: - name: Verify corrections run: make verify-src - - name: Upload Coverage Report - uses: codecov/codecov-action@v1 + # - name: Upload Coverage Report + # uses: codecov/codecov-action@v5 sanity-build: # to ignore builds on release