From 8788c820257f80343c47eb820a5f1cd9763e3faf Mon Sep 17 00:00:00 2001 From: GP Date: Thu, 20 Oct 2022 17:03:52 +0530 Subject: [PATCH] chore: add warning note about broken v3.1.0 version --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5f0ba38a..9120bf39 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ A GitHub action that publishes your code coverage to [Code Climate](http://codeclimate.com/). +> **Warning** +> +> Please upgrade to v3.1.1 immediately. v3.1.0 was recently broken inadverdently, and the only fix is to upgrade your action to v3.1.1. Please see [#626](https://github.com/paambaati/codeclimate-action/issues/626) for more details. + + ## Usage This action requires that you set the [`CC_TEST_REPORTER_ID`](https://docs.codeclimate.com/docs/configuring-test-coverage) environment variable. You can find it under Repo Settings in your Code Climate project.