Skip to content

Commit

Permalink
fix: coverage exec order
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Aug 21, 2024
1 parent a7e7a9f commit 3d734af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
python-version: '3.x'
cache: true
- run: pdm install
- run: pdm run tox -e coverage
- uses: paambaati/codeclimate-action@v8
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_REPORTER_ID }}
with:
coverageCommand: pdm run tox -e coverage
coverageCommand: pdm run coverage lcov
coverageLocations: ${{github.workspace}}/coverage.lcov:lcov

0 comments on commit 3d734af

Please sign in to comment.