From 2dde531292e9bbc2b7d5126d2362b67fa126023c Mon Sep 17 00:00:00 2001 From: Karthik Satchitanand Date: Fri, 10 Jan 2020 13:23:00 +0530 Subject: [PATCH 1/2] (fix)typo in circle ci config (#27) Signed-off-by: ksatchit --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + From c9eb711c0f55425c38786f46ad94f17d71fcbf16 Mon Sep 17 00:00:00 2001 From: Rahul M Chheda <53308066+rahulchheda@users.noreply.github.com> Date: Fri, 10 Jan 2020 18:09:10 +0530 Subject: [PATCH 2/2] (chore) Added GoReport Card, and BCH Card in README.md (#28) * (chore) Added GoReport Card, and BCH Card in README.md Signed-off-by: Rahul M Chheda --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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!!