From e6c73b6841c538369a157828df719cf04a1fc347 Mon Sep 17 00:00:00 2001 From: Chisanan232 Date: Sun, 21 Aug 2022 23:35:38 +0800 Subject: [PATCH] [Bug Fix] (config) Fix the issue about incorrect value-format at option 'flags' of codecov action. --- .github/workflows/test-reusable-workflows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-reusable-workflows.yaml b/.github/workflows/test-reusable-workflows.yaml index 9531dd4d..352bb1ad 100644 --- a/.github/workflows/test-reusable-workflows.yaml +++ b/.github/workflows/test-reusable-workflows.yaml @@ -93,7 +93,7 @@ jobs: codecov_token: ${{ secrets.CODECOV_TOKEN }} with: download_path: ./ - codecov_flags: unit-test, integration-test + codecov_flags: unit, integration codecov_name: smoothcrawler-appintegration_github-actions_test # optional