File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments