Skip to content

Commit c38b840

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

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)