Skip to content

Commit 919d72d

Browse files
committed
fix: Only upload the provided combined coverage file to codecov
1 parent dcaa0df commit 919d72d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ jobs:
455455
slug: ${{ github.repository }}
456456
files: ./coverage-data/coverage.xml
457457
flags: combined
458+
disable_search: true
458459
fail_ci_if_error: ${{ github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push' }}
459460

460461
- name: Upload combined coverage report

0 commit comments

Comments
 (0)