Skip to content

Commit 7ad4833

Browse files
committed
chore(ci): update coverage configuration in CI workflow (#37931)
1 parent 8796753 commit 7ad4833

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci-test-e2e.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ jobs:
174174
env:
175175
ENTERPRISE_LICENSE: ${{ inputs.enterprise-license }}
176176
TRANSPORTER: ${{ inputs.transporter }}
177-
COVERAGE_DIR: '/tmp/coverage'
178-
COVERAGE_REPORTER: 'lcov'
179177
run: |
180178
DEBUG_LOG_LEVEL=${DEBUG_LOG_LEVEL:-0} docker compose -f docker-compose-ci.yml up -d --wait
181179

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ jobs:
566566
shard: '[1, 2, 3, 4, 5]'
567567
total-shard: 5
568568
mongodb-version: "['8.2']"
569+
coverage: '8.2'
569570
node-version: ${{ needs.release-versions.outputs.node-version }}
570571
deno-version: ${{ needs.release-versions.outputs.deno-version }}
571572
lowercase-repo: ${{ needs.release-versions.outputs.lowercase-repo }}

0 commit comments

Comments
 (0)