Skip to content

Commit

Permalink
ci: Adopt codeclimate coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
janw committed Jan 25, 2024
1 parent 54daca7 commit 77abc8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
name: coverage-${{ matrix.python-version }}

- uses: paambaati/codeclimate-action@v5
env:
CC_TEST_REPORTER_ID: 0989a67ad63bf381fa6a37af8f34b1846dfcc2fe90773ba845ea4dcd4719fe0b
with:
coverageLocations: |
./coverage.xml:cobertura

0 comments on commit 77abc8a

Please sign in to comment.