-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aadabb5
commit 4b3c7f1
Showing
1 changed file
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
# Scality COSI driver | ||
|
||
[![codecov](https://codecov.io/gh/scality/cosi-driver/graph/badge.svg?token=NzR3F2ztDv)](https://codecov.io/gh/scality/cosi-driver) | ||
![E2E CI](https://github.com/scality/cosi-driver/actions/workflows/ci-e2e-tests.yml/badge.svg?branch=main) | ||
![Helm Install CI](https://github.com/scality/cosi-driver/actions/workflows/ci-smoke-tests.yml/badge.svg?branch=main) | ||
![Build and Unit Tests CI](https://github.com/scality/cosi-driver/actions/workflows/ci-build-and-unit-tests.yml/badge.svg?branch=main) | ||
<p align="center"> | ||
<a href="https://codecov.io/gh/scality/cosi-driver"> | ||
<img src="https://codecov.io/gh/scality/cosi-driver/graph/badge.svg?token=NzR3F2ztDv" alt="Code Coverage" /> | ||
</a> | ||
<a href="https://github.com/scality/cosi-driver/actions/workflows/ci-build-and-unit-tests.yml"> | ||
<img src="https://github.com/scality/cosi-driver/actions/workflows/ci-build-and-unit-tests.yml/badge.svg?branch=main" alt="Build and Unit Tests CI Status" /> | ||
</a> | ||
<a href="https://github.com/scality/cosi-driver/actions/workflows/ci-e2e-tests.yml"> | ||
<img src="https://github.com/scality/cosi-driver/actions/workflows/ci-e2e-tests.yml/badge.svg?branch=main" alt="E2E CI Status" /> | ||
</a> | ||
<a href="https://github.com/scality/cosi-driver/actions/workflows/ci-smoke-tests.yml"> | ||
<img src="https://github.com/scality/cosi-driver/actions/workflows/ci-smoke-tests.yml/badge.svg?branch=main" alt="Helm Install CI Status" /> | ||
</a> | ||
<a href="https://pkg.go.dev/github.com/scality/cosi-driver"> | ||
<img src=".github/images/godoc.svg" alt="Go Reference" /> | ||
</a> | ||
</p> |