Skip to content

Commit 432160b

Browse files
committed
Add Code Climate test coverage reporting
1 parent e3541e0 commit 432160b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,9 @@ jobs:
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}
4949
slug: tyutyutyu/msps
50+
51+
- uses: paambaati/codeclimate-action@v2.2.4
52+
env:
53+
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_TEST_REPORTER_ID }}
54+
with:
55+
coverageCommand: poetry run coverage run --branch --module pytest

0 commit comments

Comments
 (0)