Skip to content

Commit dafcd07

Browse files
authored
chore: add badges (#5479)
1 parent 343fb68 commit dafcd07

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
<h1 align="center">Project Venus - 启明星</h1>
1010

1111
<p align="center">
12-
<a href="https://circleci.com/gh/filecoin-project/venus"><img src="https://circleci.com/gh/filecoin-project/venus.svg?style=svg"></a>
13-
<a href="https://github.com/filecoin-project/venus/releases/latest"><img src="https://img.shields.io/endpoint.svg?color=brightgreen&style=flat&logo=GitHub&url=https://raw.githubusercontent.com/filecoin-project/go-filecoin-badges/master/user-devnet.json"></a>
14-
<a href="https://github.com/filecoin-project/venus/releases"><img src="https://img.shields.io/endpoint.svg?color=blue&style=flat&logo=GitHub&url=https://raw.githubusercontent.com/filecoin-project/go-filecoin-badges/master/nightly-devnet.json" /></a>
15-
<a href="https://github.com/filecoin-project/venus/releases"><img src="https://img.shields.io/endpoint.svg?color=brightgreen&style=flat&logo=GitHub&url=https://raw.githubusercontent.com/filecoin-project/go-filecoin-badges/master/staging-devnet.json" /></a>
12+
<a href="https://github.com/filecoin-project/venus/actions"><img src="https://github.com/filecoin-project/venus/actions/workflows/build_upload.yml/badge.svg"/></a>
13+
<a href="https://codecov.io/gh/filecoin-project/venus"><img src="https://codecov.io/gh/filecoin-project/venus/branch/master/graph/badge.svg?token=J5QWYWkgHT"/></a>
14+
<a href="https://goreportcard.com/report/github.com/filecoin-project/venus"><img src="https://goreportcard.com/badge/github.com/filecoin-project/venus"/></a>
15+
<a href="https://github.com/filecoin-project/venus/tags"><img src="https://img.shields.io/github/v/tag/filecoin-project/venus"/></a>
1616
<br>
1717
</p>
1818

19+
1920
Venus is an implementation of the Filecoin Distributed Storage Network. For more details about Filecoin, check out the [Filecoin Spec](https://spec.filecoin.io).
2021

2122
## Building & Documentation

0 commit comments

Comments
 (0)