Skip to content

Commit db278a7

Browse files
committed
Migrate to qlty
1 parent a4b3dac commit db278a7

File tree

3 files changed

+718
-710
lines changed

3 files changed

+718
-710
lines changed

.codeclimate.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/python-quality.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,9 @@ jobs:
2525
uses: astral-sh/setup-uv@v6
2626
- name: Install dependencies
2727
run: make dev-dependencies
28-
- name: Test & publish code coverage
29-
uses: paambaati/[email protected]
30-
env:
31-
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_REPORTER_ID }}
28+
- name: Install dependencies
29+
run: make dev-dependencies
30+
- uses: qltysh/qlty-action/coverage@v1
3231
with:
33-
coverageCommand: make ci-coverage
34-
coverageLocations: |
35-
${{github.workspace}}/coverage.lcov:lcov
36-
debug: true
32+
token: {{secrets.QLTY_COVERAGE_TOKEN}}
33+
files: ${{github.workspace}}/coverage.lcov

0 commit comments

Comments
 (0)