Skip to content

Commit

Permalink
upload: coverage to codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jan 23, 2024
1 parent 922a9af commit 76c6296
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage reports to Codeclimate
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_TEST_REPORTER_ID }}
with:
coverageLocations: coverage.txt:cover

0 comments on commit 76c6296

Please sign in to comment.