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: 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).