Skip to content

Commit f2c2a11

Browse files
[TASK] Switch from CodeClimate to qlty.sh
1 parent a2103e2 commit f2c2a11

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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)\

0 commit comments

Comments
 (0)