From ce4f0e1d2400d1f08ab7059d46de397089d63885 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com>
Date: Fri, 5 Apr 2024 11:20:22 +0200
Subject: [PATCH] fix codeclimate

---
 .github/workflows/main.yml | 4 ++++
 README.md                  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 11099fd..eb0ac55 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -23,6 +23,8 @@ jobs:
           wget https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
           chmod ugo+x test-reporter-latest-linux-amd64
           ./test-reporter-latest-linux-amd64 before-build
+        env:
+          CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
       - name: Test
         run: |
           python setup.py install
@@ -35,3 +37,5 @@ jobs:
           ./test-reporter-latest-linux-amd64 after-build -t coverage.py
           ./test-reporter-latest-linux-amd64 format-coverage -t coverage.py -o codeclimate.json
           ./test-reporter-latest-linux-amd64 upload-coverage -i codeclimate.json
+        env:
+          CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
\ No newline at end of file
diff --git a/README.md b/README.md
index f30f341..6a67867 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ are supported.
 Note
 ====
 
-Active development of minijson is moved to this fork.
+Active development of **minijson** is moved to this fork.
 [Dronehub](https://github.com/Dronehub) has no interest in further developing this awesome technology.
 
 Usage
-- 
GitLab