Skip to content

Commit 93313b4

Browse files
committed
fix coverage upload
1 parent c8c03c1 commit 93313b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,13 +514,13 @@ jobs:
514514
./.github/actions/codecov-fix.sh
515515
- name: Combine all fixed LCOV files
516516
run: |
517-
echo "" > ./combined-integration-${{ matrix.db }}.lcov
517+
echo "" > ./combined-integration-${{ matrix.db }}-${{ matrix.use_tesseract_sql_planner }}.lcov
518518
find ./packages -type f -name lcov.fixed.info -exec cat {} + >> ./combined-integration-${{ matrix.db }}.lcov || true
519519
- name: Upload coverage artifact
520520
uses: actions/upload-artifact@v4
521521
with:
522-
name: coverage-integration-${{ matrix.db }}
523-
path: ./combined-integration-${{ matrix.db }}.lcov
522+
name: coverage-integration-${{ matrix.db }}-${{ matrix.use_tesseract_sql_planner }}
523+
path: ./combined-integration-${{ matrix.db }}-${{ matrix.use_tesseract_sql_planner }}.lcov
524524

525525
integration-smoke:
526526
needs: [latest-tag-sha, build-cubestore, build-native-linux]

0 commit comments

Comments
 (0)