mirror of
https://github.com/espressif/openthread.git
synced 2026-07-20 19:14:07 +00:00
[test] fix external commissioner coverage data uploading (#5207)
This makes the external commissioner test to copy coverage files from otbr to $PWD/build so they are uploaded correctly.
This commit is contained in:
@@ -229,6 +229,9 @@ jobs:
|
||||
cd /tmp/ot-commissioner/tests/integration
|
||||
./bootstrap.sh
|
||||
./run_tests.sh
|
||||
- name: Copy Codecov Files
|
||||
run: |
|
||||
cp -vr /tmp/test-ot-commissioner/ot-br-posix/build/* build/
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user