Skip to content

Commit 13933bf

Browse files
Merge pull request #981 from gooddata/snapshot-master-76de6563-to-rel/dev
[bot] Merge master/76de6563 into rel/dev
2 parents ef39a10 + 76de656 commit 13933bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rw-python-tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
make test-ci
2121
env:
2222
TEST_ENVS: ${{ matrix.python_version }}
23-
- name: Upload coverage to Codecov
24-
if: ${{ matrix.python_version == 'py313' }}
25-
uses: codecov/codecov-action@v3
26-
with:
27-
files: ./gooddata-sdk/coverage.xml,./gooddata-pandas/coverage.xml,./gooddata-fdw/coverage.xml,./gooddata-flight-server/coverage.xml,./gooddata-flexconnect/coverage.xml
23+
# - name: Upload coverage to Codecov
24+
# if: ${{ matrix.python_version == 'py313' }}
25+
# uses: codecov/codecov-action@v3
26+
# with:
27+
# files: ./gooddata-sdk/coverage.xml,./gooddata-pandas/coverage.xml,./gooddata-fdw/coverage.xml,./gooddata-flight-server/coverage.xml,./gooddata-flexconnect/coverage.xml
2828
lint-and-format-check:
2929
runs-on: ubuntu-latest
3030
if: ${{inputs.changed-python-modules == 'true'}}

0 commit comments

Comments
 (0)