Skip to content

Commit 9450cb4

Browse files
authored
ci: set codecov flags (#5743)
1 parent 64c2b2b commit 9450cb4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,3 +283,4 @@ jobs:
283283
token: ${{ secrets.CODECOV_TOKEN }}
284284
verbose: true
285285
name: sentry-cocoa-unit-tests
286+
flags: unittests-${{ matrix.platform }}-${{ matrix.xcode }}-${{ matrix.test-destination-os }}

.github/workflows/ui-tests-common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
token: ${{ secrets.CODECOV_TOKEN }}
126126
verbose: true
127127
name: sentry-cocoa-unit-tests
128+
flags: ui-tests-${{ inputs.fastlane_command }}-${{ inputs.xcode_version }}
128129

129130
- name: Upload Result Bundle
130131
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)