Skip to content

Commit b5a8f31

Browse files
authored
test: group coverage into unit and e2e tests (#948)
Groups codecov results into unit and e2e tests via flags.
1 parent 1714dd1 commit b5a8f31

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
!startsWith(github.head_ref, 'releaser-pleaser--')
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}
47+
flags: unit
4748

4849
deploy-manifests:
4950
name: Check deployment manifests

.github/workflows/test_e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
with:
9191
token: ${{ secrets.CODECOV_TOKEN }}
9292
files: ./coverage/coverage.txt
93+
flags: e2e
9394

9495
- name: Dump logs & events
9596
if: always()
@@ -211,6 +212,7 @@ jobs:
211212
with:
212213
token: ${{ secrets.CODECOV_TOKEN }}
213214
files: ./coverage/coverage.txt
215+
flags: e2e
214216

215217
- name: Dump logs & events
216218
if: always()

0 commit comments

Comments
 (0)