From aace2da7007d33aa09b50e7777cdf4630c6e0ac6 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 13 Nov 2021 18:02:33 -0500 Subject: [PATCH] actions: follow namespace for job names To avoid conflicts in reporting. Signed-off-by: Anas Nashif --- .github/workflows/clang.yaml | 2 +- .github/workflows/codecov.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang.yaml b/.github/workflows/clang.yaml index 1cb495e6b0c..03968a6d689 100644 --- a/.github/workflows/clang.yaml +++ b/.github/workflows/clang.yaml @@ -96,7 +96,7 @@ jobs: name: Unit Test Results (Subset ${{ matrix.platform }}) path: twister-out/twister.xml - publish-test-results: + clang-build-results: name: "Publish Unit Tests Results" needs: clang-build runs-on: ubuntu-20.04 diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 2d14a58ab63..fdc97e92ddb 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -98,7 +98,7 @@ jobs: name: Coverage Data (Subset ${{ matrix.platform }}) path: coverage/reports/${{ matrix.platform }}.info - publish-coverage-results: + codecov-results: name: "Publish Coverage Results" needs: codecov runs-on: ubuntu-latest