Skip to content

Commit 23ba4ba

Browse files
committed
Update codeclimate_coverage.yml
1 parent 19cc258 commit 23ba4ba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/codeclimate_coverage.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Generate coverage report
4747
# yamllint disable rule:line-length
4848
run: |
49-
python -m pytest . -v --cov-report term-missing --cov-report=lcov --cov=./ --debug
49+
python -m pytest . -v --cov-report term-missing --cov-report lcov --cov=./ --debug
5050
# yamllint enable rule:line-length
5151
- name: List test files
5252
run: |
@@ -55,6 +55,4 @@ jobs:
5555
uses: qltysh/qlty-action/coverage@main
5656
with:
5757
coverage-token: ${{ secrets.qlty_coverage_token }}
58-
files: reports/lcov.info
59-
coverageCommand:
60-
debug: true
58+
files: coverage.lcov

0 commit comments

Comments
 (0)