From 9bfec5bca9362f3671a11a618af1568f131718d6 Mon Sep 17 00:00:00 2001 From: Tim <13957424+tyao117@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:30:38 -0500 Subject: [PATCH 1/3] Update setup.py Signed-off-by: Manindhra --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 55757b0..d628993 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,6 @@ 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.13', - 'Development Status :: 5 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', From 6411ff0decf5ad241732c1900b8209c55adff54a Mon Sep 17 00:00:00 2001 From: Manindhra Date: Tue, 4 Nov 2025 10:26:25 +0530 Subject: [PATCH 2/3] Add discontinuation notice to README Signed-off-by: Manindhra --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 119ce90..4b7f8a3 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Test Coverage](https://api.codeclimate.com/v1/badges/a87748d845549d045483/test_coverage)](https://codeclimate.com/github/IBM/scc-python-sdk/test_coverage) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) + +> **⚠️ Important Notice:** SDK support for this service will be discontinued after December 15. + # IBM Cloud Security & Compliance Center Python SDK Version 5.0.0 Python client library to interact with various [IBM Cloud Security & Compliance Center APIs](https://cloud.ibm.com/apidocs/security-compliance?code=python). From b1bc108489645aa47ad1e97b198a6769dc11c795 Mon Sep 17 00:00:00 2001 From: Manindhra Date: Mon, 1 Dec 2025 20:16:32 +0530 Subject: [PATCH 3/3] chore: update CI coverage reporting Signed-off-by: Manindhra --- .github/workflows/main.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index aca8ff7..d2cdad4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -49,13 +49,12 @@ jobs: run: tox - name: publishing code coverage report to codeclimate + uses: paambaati/codeclimate-action@v5 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} - run: | - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build - build/publishCodeCoverage.sh + with: + coverageLocations: | + ./coverage.xml:coverage.py - name: running integration tests env: