Skip to content

Commit

Permalink
docs: enrich the readme badges (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu8685 committed Nov 13, 2023
1 parent 5aea78d commit f01c67d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ jobs:
run: |
make test
git status
# TODO: enable after public
# - name: Publish Unit Test Coverage
# uses: codecov/codecov-action@v3
# with:
# flags: unittests
# file: cover.out
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3.1.4
with:
flags: unittests
file: cover.out
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Check diff
run: '[[ -z $(git status -s) ]] || (printf "Existing modified/untracked files.\nPlease run \"make generate manifests fmt vet\" and push again.\n"; exit 1)'

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Operating

[![license](https://img.shields.io/github/license/KusionStack/operating.svg)](https://github.com/KusionStack/operating/blob/main/LICENSE)
[![Operating](https://github.com/KusionStack/operating/actions/workflows/release.yaml/badge.svg)](https://github.com/KusionStack/operating/actions/workflows/release.yaml)
[![GitHub release](https://img.shields.io/github/release/KusionStack/operating.svg)](https://github.com/KusionStack/operating/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/KusionStack/operating)](https://goreportcard.com/report/github.com/KusionStack/operating)
[![codecov](https://codecov.io/gh/KusionStack/operating/branch/master/graph/badge.svg)](https://codecov.io/gh/KusionStack/operating)

KusionStack Operating ([official site](https://kusionstack.io/docs/operating/introduction/)) provides a set of workloads and operators
built on Kubernetes Custom Resource Definitions (CRDs), with a primary aim of bridging the gap
between platform development and Kubernetes.
Expand Down

0 comments on commit f01c67d

Please sign in to comment.