Skip to content

Commit a3aea32

Browse files
committed
remove debug
1 parent 6c28bc3 commit a3aea32

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ jobs:
123123
- name: Fix lcov paths
124124
run: |
125125
./.github/actions/codecov-fix.sh
126-
- name: Debug coverage files
127-
run: |
128-
ls -al ./packages/*/coverage/lcov.fixed.info
129-
cat ./packages/*/coverage/lcov.fixed.info || true
130126
- name: Install Codecov CLI
131127
run: |
132128
curl -Os https://uploader.codecov.io/latest/linux/codecov
@@ -144,9 +140,8 @@ jobs:
144140
run: |
145141
codecov --token "$CODECOV_TOKEN" \
146142
--file ./combined.lcov \
147-
--flags cube_backend \
143+
--flags cube-backend \
148144
--name "cube backend coverage" \
149-
--verbose
150145
151146
lint:
152147
runs-on: ubuntu-24.04
@@ -521,10 +516,6 @@ jobs:
521516
run: |
522517
ls -al ./packages/*/coverage/lcov.fixed.info
523518
cat ./packages/*/coverage/lcov.fixed.info || true
524-
- name: Debug coverage files
525-
run: |
526-
ls -al ./packages/*/coverage/lcov.fixed.info
527-
cat ./packages/*/coverage/lcov.fixed.info || true
528519
- name: Install Codecov CLI
529520
run: |
530521
curl -Os https://uploader.codecov.io/latest/linux/codecov
@@ -542,9 +533,8 @@ jobs:
542533
run: |
543534
codecov --token "$CODECOV_TOKEN" \
544535
--file ./combined.lcov \
545-
--flags cube_backend \
536+
--flags cube-backend \
546537
--name "cube backend coverage" \
547-
--verbose
548538
549539
integration-smoke:
550540
needs: [latest-tag-sha, build-cubestore, build-native-linux]

0 commit comments

Comments
 (0)