From 2171f4646998bccbb673da7803afae55ade1c98b Mon Sep 17 00:00:00 2001 From: alexole01 Date: Tue, 11 Feb 2025 15:13:34 +0100 Subject: [PATCH] JIRA:GRIF-99 --- .github/workflows/rw-python-tests.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rw-python-tests.yaml b/.github/workflows/rw-python-tests.yaml index 1d6b10d3a..9e3837065 100644 --- a/.github/workflows/rw-python-tests.yaml +++ b/.github/workflows/rw-python-tests.yaml @@ -20,11 +20,11 @@ jobs: make test-ci env: TEST_ENVS: ${{ matrix.python_version }} - - name: Upload coverage to Codecov - if: ${{ matrix.python_version == 'py313' }} - uses: codecov/codecov-action@v3 - with: - files: ./gooddata-sdk/coverage.xml,./gooddata-pandas/coverage.xml,./gooddata-fdw/coverage.xml,./gooddata-flight-server/coverage.xml,./gooddata-flexconnect/coverage.xml +# - name: Upload coverage to Codecov +# if: ${{ matrix.python_version == 'py313' }} +# uses: codecov/codecov-action@v3 +# with: +# files: ./gooddata-sdk/coverage.xml,./gooddata-pandas/coverage.xml,./gooddata-fdw/coverage.xml,./gooddata-flight-server/coverage.xml,./gooddata-flexconnect/coverage.xml lint-and-format-check: runs-on: ubuntu-latest if: ${{inputs.changed-python-modules == 'true'}}