-
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
d7195cc
commit ea2c75a
Showing
1 changed file
with
6 additions
and
20 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,22 +1,8 @@ | ||
# Scality COSI driver | ||
|
||
<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" 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" 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" alt="Helm Install CI Status" /> | ||
</a> | ||
<a href="https://github.com/scality/cosi-driver/actions/workflows/github-code-scanning/codeql"> | ||
<img src="https://github.com/scality/cosi-driver/actions/workflows/github-code-scanning/codeql/badge.svg" alt="CodeQL" /> | ||
</a> | ||
<a href="https://pkg.go.dev/github.com/scality/cosi-driver"> | ||
<img src=".github/images/godoc.svg" alt="Go Reference" /> | ||
</a> | ||
</p> | ||
[![Code Coverage](https://codecov.io/gh/scality/cosi-driver/graph/badge.svg?token=NzR3F2ztDv)](https://codecov.io/gh/scality/cosi-driver) | ||
[![Build and Unit Tests](https://github.com/scality/cosi-driver/actions/workflows/ci-build-and-unit-tests.yml/badge.svg)](https://github.com/scality/cosi-driver/actions/workflows/ci-build-and-unit-tests.yml) | ||
[![E2E Tests](https://github.com/scality/cosi-driver/actions/workflows/ci-e2e-tests.yml/badge.svg)](https://github.com/scality/cosi-driver/actions/workflows/ci-e2e-tests.yml) | ||
[![Helm Tests](https://github.com/scality/cosi-driver/actions/workflows/ci-smoke-tests.yml/badge.svg)](https://github.com/scality/cosi-driver/actions/workflows/ci-smoke-tests.yml) | ||
[![CodeQL](https://github.com/scality/cosi-driver/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/scality/cosi-driver/actions/workflows/github-code-scanning/codeql) | ||
[![Go Reference](.github/images/godoc.svg)](https://pkg.go.dev/github.com/scality/cosi-driver) |