From 92b148af592cb6f5cbb4bc7ca2d3b4023b0bba9c Mon Sep 17 00:00:00 2001 From: Daniel Rogatchevsky Date: Thu, 5 Oct 2023 18:07:25 +0300 Subject: [PATCH] ci(codecov): disable --- .github/workflows/golang_integration_test.yml | 30 +++++++++---------- .github/workflows/golang_unit_test.yml | 30 +++++++++---------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/golang_integration_test.yml b/.github/workflows/golang_integration_test.yml index 17285c2..a33e9be 100644 --- a/.github/workflows/golang_integration_test.yml +++ b/.github/workflows/golang_integration_test.yml @@ -51,18 +51,18 @@ jobs: name: integration_coverage_report path: integration-test-cover.out - coverage: - name: Coverage report - runs-on: ubuntu-latest - needs: integration-test - steps: - - uses: actions/download-artifact@v3 - with: - name: integration_coverage_report - - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - with: - files: integration-test-cover.out - flags: integrationtests - fail_ci_if_error: true \ No newline at end of file + # coverage: + # name: Coverage report + # runs-on: ubuntu-latest + # needs: integration-test + # steps: + # - uses: actions/download-artifact@v3 + # with: + # name: integration_coverage_report + # - uses: codecov/codecov-action@v3 + # env: + # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + # with: + # files: integration-test-cover.out + # flags: integrationtests + # fail_ci_if_error: true \ No newline at end of file diff --git a/.github/workflows/golang_unit_test.yml b/.github/workflows/golang_unit_test.yml index b6419ca..5bd66c6 100644 --- a/.github/workflows/golang_unit_test.yml +++ b/.github/workflows/golang_unit_test.yml @@ -74,18 +74,18 @@ jobs: name: unit_coverage_report path: unit-test-cover.out - coverage: - name: Coverage report - runs-on: ubuntu-latest - needs: unit-test - steps: - - uses: actions/download-artifact@v3 - with: - name: unit_coverage_report - - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - with: - files: unit-test-cover.out - flags: unittests - fail_ci_if_error: true \ No newline at end of file + # coverage: + # name: Coverage report + # runs-on: ubuntu-latest + # needs: unit-test + # steps: + # - uses: actions/download-artifact@v3 + # with: + # name: unit_coverage_report + # - uses: codecov/codecov-action@v3 + # env: + # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + # with: + # files: unit-test-cover.out + # flags: unittests + # fail_ci_if_error: true \ No newline at end of file