Skip to content

Commit fd4420c

Browse files
committed
fix coverage workflow
fix coverage fix coverage fix coverage for real fix coverage for real
1 parent 826ed80 commit fd4420c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install deps
2424
run: poetry install
2525
- name: Run tests
26-
run: poetry run pytest
26+
run: poetry run coverage run -m pytest
2727
env:
2828
CLIENT_ID: ${{ secrets.CLIENT_ID }}
2929
USERNAME: ${{ secrets.USERNAME }}
@@ -32,8 +32,8 @@ jobs:
3232
OTPCODE: ${{ secrets.OTPCODE }}
3333
USER_POOL_ID: ${{ secrets.USER_POOL_ID }}
3434
- name: Publish code coverage
35-
uses: paambaati/codeclimate-action@v6.0.0
35+
uses: paambaati/codeclimate-action@v9.0.0
3636
env:
3737
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
3838
with:
39-
coverageCommand: coverage xml
39+
coverageCommand: poetry run coverage xml

0 commit comments

Comments
 (0)