diff --git a/README.md b/README.md index fc5386278..84cc8dd2d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Integration Test](https://github.com/kubeflow/spark-operator/actions/workflows/integration.yaml/badge.svg)](https://github.com/kubeflow/spark-operator/actions/workflows/integration.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/kubeflow/spark-operator)](https://goreportcard.com/report/github.com/kubeflow/spark-operator) +[![GitHub release](https://img.shields.io/github/v/release/kubeflow/spark-operator)](https://github.com/kubeflow/spark-operator/releases) ## What is Spark Operator? diff --git a/codecov.yaml b/codecov.yaml deleted file mode 100644 index 4e7d7af67..000000000 --- a/codecov.yaml +++ /dev/null @@ -1,10 +0,0 @@ -coverage: - status: - project: - default: - threshold: 0.1% - patch: - default: - target: 60% -ignore: - - "**/*_generated.*"