[github-action] change the way to upload coverage report (#5375)

This commit is contained in:
Li Cao
2020-08-11 21:30:47 -07:00
committed by GitHub
parent f2d026729d
commit 7dc3b2696a
2 changed files with 41 additions and 0 deletions
+16
View File
@@ -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