mirror of https://github.com/cloudreve/Cloudreve
Merge remote-tracking branch 'origin/master'
commit
ff22f5c8b9
|
@ -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.*
|
|
||||||
|
|
11
README.md
11
README.md
|
@ -9,16 +9,19 @@
|
||||||
<h4 align="center">支持多家云存储驱动的公有云文件系统.</h4>
|
<h4 align="center">支持多家云存储驱动的公有云文件系统.</h4>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://travis-ci.com/github/cloudreve/Cloudreve/">
|
<a href="https://github.com/cloudreve/Cloudreve/actions/workflows/test.yml">
|
||||||
<img src="https://img.shields.io/travis/com/cloudreve/Cloudreve?style=flat-square"
|
<img src="https://img.shields.io/github/workflow/status/cloudreve/Cloudreve/Test?style=flat-square"
|
||||||
alt="travis">
|
alt="GitHub Test Workflow">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://codecov.io/gh/cloudreve/Cloudreve"><img src="https://img.shields.io/codecov/c/github/cloudreve/Cloudreve?style=flat-square"></a>
|
<a href="https://codecov.io/gh/cloudreve/Cloudreve"><img src="https://img.shields.io/codecov/c/github/cloudreve/Cloudreve?style=flat-square"></a>
|
||||||
<a href="https://goreportcard.com/report/github.com/cloudreve/Cloudreve">
|
<a href="https://goreportcard.com/report/github.com/cloudreve/Cloudreve">
|
||||||
<img src="https://goreportcard.com/badge/github.com/cloudreve/Cloudreve?style=flat-square">
|
<img src="https://goreportcard.com/badge/github.com/cloudreve/Cloudreve?style=flat-square">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/cloudreve/Cloudreve/releases">
|
<a href="https://github.com/cloudreve/Cloudreve/releases">
|
||||||
<img src="https://img.shields.io/github/v/release/cloudreve/Cloudreve?include_prereleases&style=flat-square">
|
<img src="https://img.shields.io/github/v/release/cloudreve/Cloudreve?include_prereleases&style=flat-square" />
|
||||||
|
</a>
|
||||||
|
<a href="https://hub.docker.com/r/cloudreve/cloudreve">
|
||||||
|
<img src="https://img.shields.io/docker/image-size/cloudreve/cloudreve?style=flat-square"/>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue