Skip to content

Commit ec9afd8

Browse files
authored
Merge pull request Expensify#71398 from Expensify/blimpich-fixShardedUploadForCodeCov
remove multi-flag uploads for token uploads
2 parents e8ad4b8 + 502bc08 commit ec9afd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
token: ${{ steps.load-codecov-token.outputs.CODECOV_TOKEN }}
7777
files: coverage/shard-${{ matrix.chunk }}/coverage-final.json,coverage/shard-${{ matrix.chunk }}/lcov.info
78-
flags: unit,shard-${{ matrix.chunk }}
78+
flags: unit
7979
name: jest-${{ matrix.chunk }}
8080
disable_search: true
8181
fail_ci_if_error: true

0 commit comments

Comments
 (0)