Skip to content

Commit

Permalink
Merge pull request #34 from rgmining/ci
Browse files Browse the repository at this point in the history
Upgrade Code Climate action to v6.0.0
  • Loading branch information
jkawamoto authored May 21, 2024
2 parents 90e5547 + 15cd152 commit a79312a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
- name: Check files
run: poetry run pre-commit run --all-files
- name: Report test coverage to Code Climate
uses: paambaati/codeclimate-action@v5.0.0
uses: paambaati/codeclimate-action@v6.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageLocations: coverage.xml:coverage.py
if: github.ref == 'refs/heads/main'
- name: Build and release
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit a79312a

Please sign in to comment.