mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-06 21:25:00 -05:00
- fixes kernal unit test build broken since 9245b4aaa
This commit is contained in:
parent
d80937d050
commit
59f1c570cf
1 changed files with 4 additions and 4 deletions
8
.github/workflows/kernel-unit-tests.yml
vendored
8
.github/workflows/kernel-unit-tests.yml
vendored
|
|
@ -30,12 +30,12 @@ jobs:
|
|||
- name: Archive code coverage data
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage-data
|
||||
name: submodule-coverage-data
|
||||
path: FreeRTOS/Test/CMock/build/cmock_test*
|
||||
- name: Archive code coverage html report
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage-report
|
||||
name: submodule-coverage-report
|
||||
path: FreeRTOS/Test/CMock/build/coverage
|
||||
run-upstream:
|
||||
name: FreeRTOS-Kernel Main Branch
|
||||
|
|
@ -71,10 +71,10 @@ jobs:
|
|||
- name: Archive code coverage data
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage-data
|
||||
name: main-branch-coverage-data
|
||||
path: FreeRTOS/Test/CMock/build/cmock_test*
|
||||
- name: Archive code coverage html report
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage-report
|
||||
name: main-branch-coverage-report
|
||||
path: FreeRTOS/Test/CMock/build/coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue