From: Alexander Popov Date: Fri, 10 Mar 2023 22:07:41 +0000 (+0300) Subject: Set the names for the codecov uploads X-Git-Tag: v0.6.6~211 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=531b4f80abd723a1912e7c55782e22dba778653e;p=kconfig-hardened-check.git Set the names for the codecov uploads --- diff --git a/.github/workflows/engine_unit-test.yml b/.github/workflows/engine_unit-test.yml index 5a1a00c..3c6cf4f 100644 --- a/.github/workflows/engine_unit-test.yml +++ b/.github/workflows/engine_unit-test.yml @@ -42,6 +42,6 @@ jobs: with: files: ./coverage_unittest.xml flags: engine_unit-test - name: codecov-umbrella + name: engine_unit-test_upload fail_ci_if_error: true verbose: true diff --git a/.github/workflows/functional_test.yml b/.github/workflows/functional_test.yml index 1f2306e..d449a22 100644 --- a/.github/workflows/functional_test.yml +++ b/.github/workflows/functional_test.yml @@ -162,6 +162,6 @@ jobs: with: files: ./coverage.xml flags: functional_test - name: codecov-umbrella + name: functional_test_upload fail_ci_if_error: true verbose: true