File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -509,15 +509,15 @@ jobs:
509509 ./.github/actions/codecov-fix.sh
510510 - name : Combine all fixed LCOV files
511511 run : |
512- echo "" > ./combined-integration.lcov
512+ echo "" > ./combined-integration-${{ matrix.db }} .lcov
513513 for f in ./packages/*/coverage/lcov.fixed.info; do
514- cat "$f" >> ./combined-integration.lcov
514+ cat "$f" >> ./combined-integration-${{ matrix.db }} .lcov
515515 done
516516 - name : Upload coverage artifact
517517 uses : actions/upload-artifact@v4
518518 with :
519- name : coverage-integration
520- path : ./combined-integration.lcov
519+ name : coverage-integration-${{ matrix.db }}
520+ path : ./combined-integration-${{ matrix.db }} .lcov
521521
522522 integration-smoke :
523523 needs : [latest-tag-sha, build-cubestore, build-native-linux]
You can’t perform that action at this time.
0 commit comments