Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Badges #136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

the-amazing-atharva
Copy link

fixes #134

@@ -5,6 +5,17 @@ Lightweight Deploy tool, helps setup [KubeVela](https://github.com/kubevela/kube
English | [简体中文](docs/readme-zh.md)

![E2E Test](https://github.com/kubevela/velad/actions/workflows/e2e-test.yaml/badge.svg)
![Build status](https://github.com/kubevela/velad/workflows/Go/badge.svg)
![Docker Pulls](https://img.shields.io/docker/pulls/oamdev/vela-core)
Copy link
Member

@chivalryq chivalryq Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't vela core project. I think we can remove the Docker pulls.

[![codecov](https://codecov.io/gh/kubevela/velad/branch/master/graph/badge.svg)](https://codecov.io/gh/kubevela/velad)
[![LICENSE](https://img.shields.io/github/license/kubevela/velad.svg?style=flat-square)](/LICENSE)
[![Releases](https://img.shields.io/github/release/kubevela/velad/all.svg?style=flat-square)](https://github.com/kubevela/velad/releases)
[![TODOs](https://img.shields.io/endpoint?url=https://api.tickgit.com/badge?repo=github.com/kubevela/velad)](https://www.tickgit.com/browse?repo=github.com/kubevela/velad)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not indexed, can you check this?

[![Releases](https://img.shields.io/github/release/kubevela/velad/all.svg?style=flat-square)](https://github.com/kubevela/velad/releases)
[![TODOs](https://img.shields.io/endpoint?url=https://api.tickgit.com/badge?repo=github.com/kubevela/velad)](https://www.tickgit.com/browse?repo=github.com/kubevela/velad)
[![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Foam_dev)](https://twitter.com/oam_dev)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4602/badge)](https://bestpractices.coreinfrastructure.org/projects/4602)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4602/badge)](https://bestpractices.coreinfrastructure.org/projects/4602)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7147/badge)](https://bestpractices.coreinfrastructure.org/projects/7147)

@chivalryq
Copy link
Member

Please sign the DCO following the guidance in CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add badges into README along with code coverage configuration (codecov.yml) into the repo
2 participants