mirror of
https://github.com/espressif/openthread.git
synced 2026-08-20 09:29:51 +00:00
[logging] dynamic level enhancements (#4809)
* Add cli command to get/set log level * Add cmake option to enable dynamic log level * Aggregate logfilename as sub-command of `log` command * Add log level test * Update readme
This commit is contained in:
@@ -142,6 +142,17 @@ jobs:
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
|
||||
expects:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run
|
||||
run: |
|
||||
sudo apt --no-install-recommends install -y expect ninja-build
|
||||
./script/test build expect
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
|
||||
ncp:
|
||||
runs-on: ubuntu-18.04
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user