Skip to content

Commit

Permalink
fix: bump gha deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer committed Jan 24, 2025
1 parent 4ed0f4d commit 7402c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
poetry run pytest --cov=sqlfmt --cov-report xml:tests/.coverage/cov.xml tests/unit_tests
- name: Report coverage to CodeClimate
uses: paambaati/codeclimate-action@v8.0.0
uses: paambaati/codeclimate-action@v9.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_TEST_REPORTER_ID }}
with:
coverageLocations: |
${{ github.workspace }}/tests/.coverage/cov.xml:coverage.py
${{ github.workspace }}/tests/.coverage/cov.xml:coverage.py

0 comments on commit 7402c20

Please sign in to comment.