chore(CI): Upload coverage to Codecov

https://github.com/appleboy/gorush/issues/704
This commit is contained in:
Bo-Yi Wu 2022-12-21 12:59:53 +08:00
parent b83b458147
commit 250033ba6c
1 changed files with 5 additions and 0 deletions

View File

@ -70,3 +70,8 @@ jobs:
ANDROID_API_KEY: ${{ secrets.ANDROID_API_KEY }} ANDROID_API_KEY: ${{ secrets.ANDROID_API_KEY }}
ANDROID_TEST_TOKEN: ${{ secrets.ANDROID_TEST_TOKEN }} ANDROID_TEST_TOKEN: ${{ secrets.ANDROID_TEST_TOKEN }}
run : make test run : make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
flags: ${{ matrix.os }},go-${{ matrix.go }}