Skip to content

Commit 0740ad0

Browse files
committed
chore(ci): Fix codecov coverage collection within CI jobs
1 parent 8eafc36 commit 0740ad0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
if: (matrix.node-version == '22.x' && matrix.transpile-worker-threads == true)
126126
with:
127127
token: ${{ secrets.CODECOV_TOKEN }}
128-
files: ./packages/*/coverage/*
128+
files: ./packages/*/coverage/lcov.info
129129
verbose: true
130130
flags: cube-backend
131131
fail_ci_if_error: false
@@ -501,7 +501,7 @@ jobs:
501501
if: (matrix.node-version == '22.x')
502502
with:
503503
token: ${{ secrets.CODECOV_TOKEN }}
504-
files: ./packages/*/coverage/*
504+
files: ./packages/*/coverage/lcov.info
505505
verbose: true
506506
flags: cube-backend
507507
fail_ci_if_error: false

codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ coverage:
1010
patch:
1111
default:
1212
informational: true
13+
14+
github_checks:
15+
annotations: false
16+

0 commit comments

Comments
 (0)