Skip to content

Commit a76d1a3

Browse files
authored
Merge pull request gooddata#1361 from hkad98/jkd/fix-codecov
feat: codecov setup
2 parents 1ce5853 + 1332190 commit a76d1a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: codecov/codecov-action@v5
2626
with:
2727
files: ./packages/gooddata-sdk/coverage.xml,./packages/gooddata-pandas/coverage.xml,./packages/gooddata-fdw/coverage.xml,./packages/gooddata-flight-server/coverage.xml,./packages/gooddata-flexconnect/coverage.xml,./packages/gooddata-dbt/coverage.xml,./packages/gooddata-pipelines/coverage.xml
28+
token: ${{ secrets.CODECOV_TOKEN }}
2829
lint-and-format-check:
2930
runs-on: ubuntu-latest
3031
if: ${{inputs.changed-python-modules == 'true'}}

0 commit comments

Comments
 (0)