diff --git a/.circleci/config.yml b/.circleci/config.yml index 691481bf..07c7c59f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,7 +83,7 @@ jobs: - checkout - run: | docker load -i /tmp/workspace/image.tar - ~/go/src/github.com/litmuschaos/chaos-executor/builds/push --type=release + ~/go/src/github.com/litmuschaos/chaos-executor/build/push --type=release workflows: version: 2 @@ -111,4 +111,4 @@ workflows: ignore: /.*/ tags: only: /.*/ - \ No newline at end of file + diff --git a/README.md b/README.md index c487aeae..6b30ed33 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Go Report Card](https://goreportcard.com/badge/github.com/litmuschaos/chaos-executor)](https://goreportcard.com/report/github.com/litmuschaos/chaos-executor) +[![BCH compliance](https://bettercodehub.com/edge/badge/litmuschaos/chaos-executor?branch=master)](https://bettercodehub.com/) + # CHAOS RUNNER The chaos Runner is an operational bridge between the Chaos-Operator and the LitmusChaos experiment jobs. @@ -57,4 +60,4 @@ spec: ## Further Improvements -- The Go Chaos Runner is in alpha stage with further improvements coming soon!! +- The Go Chaos Runner is in beta stage with further improvements coming soon!!