From b5e8e4843f90b30844a5d6ad1ddcbe8ced71b93c Mon Sep 17 00:00:00 2001 From: AaronLiu Date: Wed, 20 Apr 2022 19:05:21 +0800 Subject: [PATCH 1/2] chore: add codecov to test workflow --- .github/workflows/test.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 944b015..10337c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,14 +31,5 @@ jobs: - name: Test run: go test -coverprofile=coverage.txt -covermode=atomic ./... - - name: Upload binary files (linux_arm) - uses: actions/upload-artifact@v2 - with: - name: cloudreve_linux_arm - path: release/cloudreve*linux_arm.* - - - name: Upload binary files (linux_arm64) - uses: actions/upload-artifact@v2 - with: - name: cloudreve_linux_arm64 - path: release/cloudreve*linux_arm64.* + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v2 From d34cb3e5d3cfb6760a8fd0187ca0337c5c25457a Mon Sep 17 00:00:00 2001 From: AaronLiu Date: Wed, 20 Apr 2022 19:20:26 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 76ebf8a..191292c 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,19 @@

支持多家云存储驱动的公有云文件系统.

- - travis + + GitHub Test Workflow - + + + +