Skip to content

Commit

Permalink
Bump paambaati/codeclimate-action from 5.0.0 to 9.0.0 (#29)
Browse files Browse the repository at this point in the history
* 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](paambaati/codeclimate-action@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] <[email protected]>

* Debug breaking changes.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dfitchett <[email protected]>
  • Loading branch information
dependabot[bot] and dfitchett authored Dec 20, 2024
1 parent ec7dc1c commit 0ee434b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 0ee434b

Please sign in to comment.