Skip to content

Commit e6c73b6

Browse files
committed
[Bug Fix] (config) Fix the issue about incorrect value-format at option 'flags' of codecov action.
1 parent 756b48e commit e6c73b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-reusable-workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
codecov_token: ${{ secrets.CODECOV_TOKEN }}
9494
with:
9595
download_path: ./
96-
codecov_flags: unit-test, integration-test
96+
codecov_flags: unit, integration
9797
codecov_name: smoothcrawler-appintegration_github-actions_test # optional
9898

9999

0 commit comments

Comments
 (0)