From 13ea3f54b3f0ab6d67955a9bf2fb5f16a9fa8f53 Mon Sep 17 00:00:00 2001 From: Chisanan232 Date: Sun, 21 Aug 2022 23:48:39 +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 352bb1ad..25f1a897 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, integration + codecov_flags: unit,integration codecov_name: smoothcrawler-appintegration_github-actions_test # optional