Skip to content

Commit 9630d1d

Browse files
authored
Merge pull request #11 from Chisanan232/develop
βš’πŸ› πŸ’£ [Bug Fix] (config) Fix the issue about incorrect value-format at option 'flags' of codecov action.
2 parents 3fb520a + 13ea3f5 commit 9630d1d

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, integration
96+
codecov_flags: unit,integration
9797
codecov_name: smoothcrawler-appintegration_github-actions_test # optional
9898

9999

0 commit comments

Comments
Β (0)