mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 22:57:47 +00:00
[github-action] change the way to upload coverage report (#5375)
This commit is contained in:
@@ -71,5 +71,21 @@ jobs:
|
||||
run: |
|
||||
./script/test unit
|
||||
./script/test cert_suite tests/scripts/thread-cert/v1_2_*
|
||||
- name: Keep-1-2-only
|
||||
run: |
|
||||
./script/test tar 1.1
|
||||
./script/test tar 1.2-bbr
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
- name: Keep-1-2-bbr-only
|
||||
run: |
|
||||
./script/test tar 1.2
|
||||
./script/test untar 1.2-bbr
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
- name: Keep-1-1-only
|
||||
run: |
|
||||
./script/test tar 1.2-bbr
|
||||
./script/test untar 1.1
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
|
||||
Reference in New Issue
Block a user