We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1714dd1 commit b5a8f31Copy full SHA for b5a8f31
2 files changed
.github/workflows/ci.yml
@@ -44,6 +44,7 @@ jobs:
44
!startsWith(github.head_ref, 'releaser-pleaser--')
45
with:
46
token: ${{ secrets.CODECOV_TOKEN }}
47
+ flags: unit
48
49
deploy-manifests:
50
name: Check deployment manifests
.github/workflows/test_e2e.yml
@@ -90,6 +90,7 @@ jobs:
90
91
92
files: ./coverage/coverage.txt
93
+ flags: e2e
94
95
- name: Dump logs & events
96
if: always()
@@ -211,6 +212,7 @@ jobs:
211
212
213
214
215
216
217
218
0 commit comments