From 5feebb551f06681268a84e6a1b62bb0f05bf2349 Mon Sep 17 00:00:00 2001 From: Ndagi Stanley Date: Fri, 6 Dec 2019 02:30:14 +0300 Subject: [PATCH 1/2] Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 455ba99..142059a 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,10 @@ # circleci-codeclimate -Accompanying repository for the Integrating Code Climate testing with Circle CI article on the CircleCI blog. \ No newline at end of file +Accompanying repository for the Integrating Code Climate testing with Circle CI article + + +Links: +- https://docs.codeclimate.com/docs/github-pull-requests +- https://docs.codeclimate.com/docs/workflow +- https://docs.codeclimate.com/docs/github-pull-requests#section-inline-issue-comments From 4d647d8bca5124f4992c526d2015590612e4dcae Mon Sep 17 00:00:00 2001 From: Ndagi Stanley Date: Fri, 6 Dec 2019 03:06:05 +0300 Subject: [PATCH 2/2] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 142059a..8c029c6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/08ca1fe2a799848c3f81/maintainability)](https://codeclimate.com/github/emabishi/circleci-codeclimate/maintainability)[![Test Coverage](https://api.codeclimate.com/v1/badges/08ca1fe2a799848c3f81/test_coverage)](https://codeclimate.com/github/emabishi/circleci-codeclimate/test_coverage) -# circleci-codeclimate +# CircleCI-Codeclimate Accompanying repository for the Integrating Code Climate testing with Circle CI article