Skip to content

Commit

Permalink
Merge branch 'main' into pd_daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsong-cnyn authored Nov 20, 2024
2 parents 88e1433 + b4cfa2f commit e750ad7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/border_router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
third_party/openthread/repo/ot_testing/*.log
- name: Codecov
if: ${{ success() && steps.check_cache_result.outputs.cache-hit != 'true' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
- name: Cache test result
if: ${{ success() && steps.check_cache_result.outputs.cache-hit != 'true' }}
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Run
run: script/test build check
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

rest-check:
runs-on: ubuntu-20.04
Expand All @@ -96,7 +96,7 @@ jobs:
- name: Run
run: script/test build check
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

script-check:
runs-on: ubuntu-20.04
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Run
run: tests/scripts/check-scripts
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

scan-build:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meshcop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
OTBR_USE_WEB_COMMISSIONER: 1
run: OTBR_VERBOSE=${RUNNER_DEBUG:-0} script/test meshcop
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
2 changes: 1 addition & 1 deletion .github/workflows/ncp_mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
run: |
top_builddir="./build/temp" tests/scripts/ncp_mode build_ot_sim expect
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

0 comments on commit e750ad7

Please sign in to comment.