[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:
Moandor
2020-07-08 15:04:53 +08:00
committed by GitHub
parent 396d23cd06
commit abeb02fc52
+3
View File
@@ -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