Skip to content

Commit 1cccbf8

Browse files
mpywclaude
andcommitted
fix: disable Codecov auto-search to prevent duplicate coverage uploads
Each upload was finding both coverage files due to auto-search, causing flags to have merged coverage data instead of their specific test type coverage. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d1b783c commit 1cccbf8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838
files: ./coverage-unit.txt
3939
flags: unit
40+
disable_search: true
4041
verbose: true
4142

4243
- name: Upload e2e test coverage to Codecov
@@ -45,6 +46,7 @@ jobs:
4546
token: ${{ secrets.CODECOV_TOKEN }}
4647
files: ./coverage-e2e.txt
4748
flags: e2e
49+
disable_search: true
4850
verbose: true
4951

5052
lint:

0 commit comments

Comments
 (0)