Skip to content

Commit d6ac7e5

Browse files
authored
Merge pull request #982 from gooddata/aole-rw-python-tests
JIRA:GRIF-99
2 parents 76de656 + fe7795c commit d6ac7e5

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)