Skip to content

Commit 1d5d90c

Browse files
mpywclaude
andcommitted
chore: remove Codecov flags and simplify coverage upload
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1cccbf8 commit 1d5d90c

2 files changed

Lines changed: 3 additions & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,11 @@ jobs:
3131
- name: Run e2e tests with coverage
3232
run: go test -v -race -coverprofile=coverage-e2e.txt -covermode=atomic -coverpkg=./... ./e2e/...
3333

34-
- name: Upload unit test coverage to Codecov
34+
- name: Upload coverage to Codecov
3535
uses: codecov/codecov-action@v5
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}
38-
files: ./coverage-unit.txt
39-
flags: unit
40-
disable_search: true
41-
verbose: true
42-
43-
- name: Upload e2e test coverage to Codecov
44-
uses: codecov/codecov-action@v5
45-
with:
46-
token: ${{ secrets.CODECOV_TOKEN }}
47-
files: ./coverage-e2e.txt
48-
flags: e2e
49-
disable_search: true
50-
verbose: true
38+
files: ./coverage-unit.txt,./coverage-e2e.txt
5139

5240
lint:
5341
name: Lint

codecov.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,7 @@ coverage:
99
target: auto
1010
threshold: 1%
1111

12-
flag_management:
13-
default_rules:
14-
carryforward: true
15-
individual_flags:
16-
- name: unit
17-
carryforward: true
18-
- name: e2e
19-
carryforward: true
20-
2112
comment:
22-
layout: "reach, diff, flags, files"
13+
layout: "reach, diff, files"
2314
behavior: default
2415
require_changes: false

0 commit comments

Comments
 (0)