Skip to content

Commit 657c84a

Browse files
committed
chore(ci): Upload integration tests coverage to codecov.io
1 parent 785142d commit 657c84a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/push.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,15 @@ jobs:
496496
# Snowflake
497497
DRIVERS_TESTS_SNOWFLAKE_CUBEJS_DB_USER: ${{ secrets.DRIVERS_TESTS_CUBEJS_DB_SNOWFLAKE_USER }}
498498
DRIVERS_TESTS_SNOWFLAKE_CUBEJS_DB_PASS: ${{ secrets.DRIVERS_TESTS_CUBEJS_DB_SNOWFLAKE_PASS }}
499+
- name: Upload coverage reports to Codecov
500+
uses: codecov/codecov-action@v5
501+
if: (matrix.node-version == '22.x')
502+
with:
503+
token: ${{ secrets.CODECOV_TOKEN }}
504+
files: ./packages/*/coverage/*
505+
verbose: true
506+
flags: cube-backend
507+
fail_ci_if_error: false
499508

500509
integration-smoke:
501510
needs: [latest-tag-sha, build-cubestore, build-native-linux]

0 commit comments

Comments
 (0)