actions: follow namespace for job names

To avoid conflicts in reporting.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-11-13 18:02:33 -05:00 committed by Maureen Helm
commit aace2da700
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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