File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 uses : actions/cache@v4
4646 with :
4747 path : /opt/lf-zephyr-uc-template
48- key : lf-zephyr-uc-template-${{ runner.os }}
48+ key : lf-zephyr-uc-template-${{ runner.os }}-v2
4949
5050 - name : Download and install Zephyr RTOS with the lf-zephyr-uc-template
5151 if : steps.cache-zephyr-rtos.outputs.cache-hit != 'true' && inputs.clone-template == 'true'
7070 west zephyr-export
7171 pip install -r deps/zephyr/scripts/requirements.txt
7272 echo "ZEPHYR_BASE=/opt/lf-zephyr-uc-template/deps/zephyr" >> $GITHUB_ENV
73- shell : bash
73+ shell : bash
Original file line number Diff line number Diff line change 3333 run : make coverage CMAKE_EXTRA_FLAGS=-DLF_SKIP_GENERATE=ON
3434
3535 - name : Publish coverage results
36+ if : github.event_name == 'pull_request'
3637 uses : romeovs/lcov-reporter-action@2a28ec3e25fb7eae9cb537e9141603486f810d1a
3738 with :
3839 lcov-file : build/coverage.info
You can’t perform that action at this time.
0 commit comments