diff --git a/codeclimate_test_reporter/VERSION b/codeclimate_test_reporter/VERSION index 17e51c3..d917d3e 100644 --- a/codeclimate_test_reporter/VERSION +++ b/codeclimate_test_reporter/VERSION @@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/codeclimate_test_reporter/components/ci.py b/codeclimate_test_reporter/components/ci.py index 9c3a7f4..51d36fe 100644 --- a/codeclimate_test_reporter/components/ci.py +++ b/codeclimate_test_reporter/components/ci.py @@ -85,7 +85,7 @@ def __services(self): "build_identifier": self.env.get("CI_BUILD_NUMBER"), "build_url": self.env.get("CI_BUILD_URL"), "branch": self.env.get("CI_BRANCH"), - "commit_sha": self.env.get("CI_BUILD_NUMBER"), + "commit_sha": self.env.get("CI_COMMIT"), "pull_request": self.env.get("CI_PULL_REQUEST") } }, {