mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
chore: add codecov to test workflow
This commit is contained in:
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
@@ -31,14 +31,5 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: go test -coverprofile=coverage.txt -covermode=atomic ./...
|
run: go test -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
|
|
||||||
- name: Upload binary files (linux_arm)
|
- name: Upload coverage reports to Codecov
|
||||||
uses: actions/upload-artifact@v2
|
uses: codecov/codecov-action@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.*
|
|
||||||
|
|||||||
Reference in New Issue
Block a user