From 0ee434b2f303d461be92f1eafd8b305d19d111d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 07:15:34 -0800 Subject: [PATCH] Bump paambaati/codeclimate-action from 5.0.0 to 9.0.0 (#29) * Bump paambaati/codeclimate-action from 5.0.0 to 9.0.0 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 5.0.0 to 9.0.0. - [Release notes](https://github.com/paambaati/codeclimate-action/releases) - [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/paambaati/codeclimate-action/compare/v5.0.0...v9.0.0) --- updated-dependencies: - dependency-name: paambaati/codeclimate-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Debug breaking changes. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dfitchett <135860892+dfitchett@users.noreply.github.com> --- .github/workflows/test-code.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-code.yml b/.github/workflows/test-code.yml index 91e599e..10b7f21 100644 --- a/.github/workflows/test-code.yml +++ b/.github/workflows/test-code.yml @@ -41,11 +41,8 @@ jobs: run: poetry run pytest --cov=src --cov-report=xml --cov-report=term-missing - name: "Upload coverage to Code Climate" - uses: paambaati/codeclimate-action@v5.0.0 + uses: paambaati/codeclimate-action@v9.0.0 env: - CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} + CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} with: - coverageLocations: | - ${{github.workspace}}/coverage.xml:coverage.py debug: true - prefix: ${{github.workspace}}