File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -122,15 +122,15 @@ jobs:
122122 with :
123123 name : coverage
124124
125- # CodeClimate
126- - name : CodeClimate report
127- uses : paambaati/codeclimate -action@v9.0.0
128- if : env.CC_TEST_REPORTER_ID
125+ # qlty
126+ - name : qlty report
127+ uses : qltysh/qlty -action/coverage@v2
128+ if : env.QLTY_COVERAGE_TOKEN
129129 env :
130- CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
130+ QLTY_COVERAGE_TOKEN : ${{ secrets.QLTY_COVERAGE_TOKEN }}
131131 with :
132- coverageLocations : |
133- ${{ steps.download.outputs.download-path }}/clover.xml:clover
132+ token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
133+ files : ${{ steps.download.outputs.download-path }}/clover.xml
134134
135135 # Coveralls
136136 - name : Coveralls report
Original file line number Diff line number Diff line change 55# TYPO3 extension ` mailqueue `
66
77[ ![ Coverage] ( https://img.shields.io/coverallsCoverage/github/CPS-IT/mailqueue?logo=coveralls )] ( https://coveralls.io/github/CPS-IT/mailqueue )
8- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/75952c5451dea0632fc0/ maintainability )] ( https://codeclimate.com/github /CPS-IT/mailqueue/maintainability )
8+ [ ![ Maintainability] ( https://qlty.sh/gh/CPS-IT/projects/mailqueue/ maintainability.svg )] ( https://qlty.sh/gh /CPS-IT/projects/mailqueue )
99[ ![ CGL] ( https://github.com/CPS-IT/mailqueue/actions/workflows/cgl.yaml/badge.svg )] ( https://github.com/CPS-IT/mailqueue/actions/workflows/cgl.yaml )
1010[ ![ Release] ( https://github.com/CPS-IT/mailqueue/actions/workflows/release.yaml/badge.svg )] ( https://github.com/CPS-IT/mailqueue/actions/workflows/release.yaml )
1111[ ![ License] ( http://poser.pugx.org/cpsit/typo3-mailqueue/license )] ( LICENSE.md ) \
You can’t perform that action at this time.
0 commit comments