Skip to content

Commit 2441faa

Browse files
authored
Merge pull request #167 from ashtanko/feature/remove_qlty
Remove qlty
2 parents 1060d86 + 1482787 commit 2441faa

File tree

4 files changed

+2
-15
lines changed

4 files changed

+2
-15
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ jobs:
6565
- name: Generate Test Coverage Xml Report
6666
run: ./gradlew koverXmlReport
6767

68-
- name: Upload test coverage to qlty
69-
uses: qltysh/qlty-action/coverage@v2
70-
with:
71-
oidc: true
72-
files: build/reports/jacoco/test/jacocoTestReport.xml
73-
add-prefix: src/main/kotlin
74-
7568
- name: Run codacy-coverage-reporter
7669
uses: codacy/codacy-coverage-reporter-action@v1
7770
with:

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
<p align="center">
44
<a href="https://github.com/ashtanko/kotlab/actions/workflows/build.yml"><img alt="Build" src="https://github.com/ashtanko/kotlab/actions/workflows/build.yml/badge.svg?branch=main"/></a>
55
<a href="https://codecov.io/gh/ashtanko/kotlab"><img alt="Codecov" src="https://codecov.io/gh/ashtanko/kotlab/branch/main/graph/badge.svg?token=JEU9EIJMHA"/></a>
6-
<a href="https://qlty.sh/gh/ashtanko/projects/kotlab"><img alt="Test Coverage" src="https://qlty.sh/gh/ashtanko/projects/kotlab/coverage.svg"/></a>
76
<a href="https://app.codacy.com/gh/ashtanko/kotlab/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage"><img alt="Codacy Coverage Badge" src="https://app.codacy.com/project/badge/Coverage/74cad08184b34038bb5c64c317384367"/></a>
87
<a href="https://www.codefactor.io/repository/github/ashtanko/kotlin-lab"><img alt="CodeFactor" src="https://www.codefactor.io/repository/github/ashtanko/kotlin-lab/badge"/></a>
9-
<a href="https://qlty.sh/gh/ashtanko/projects/kotlab"><img alt="Maintainability" src="https://qlty.sh/gh/ashtanko/projects/kotlab/maintainability.svg"/></a>
108
<a href="https://app.codacy.com/gh/ashtanko/kotlab/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade"><img alt="Codacy Grade Badge" src="https://app.codacy.com/project/badge/Grade/74cad08184b34038bb5c64c317384367"/></a>
119
<a href="https://codebeat.co/projects/github-com-ashtanko-kotlab-main"><img alt="Codebeat Badge" src="https://codebeat.co/badges/b5a26fee-b6d2-46f2-b121-c3d98cb13c9f"/></a>
1210
<a href="https://hitsofcode.com/github/ashtanko/kotlab/view?branch=main"><img alt="Hits-of-Code" src="https://hitsofcode.com/github/ashtanko/kotlab?branch=main"/></a>
1311
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2Fashtanko%2Falgorithms-in-depth?ref=badge_shield&issueType=license"><img alt="FOSSA Status" src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Fashtanko%2Falgorithms-in-depth.svg?type=shield&issueType=license"/></a>
1412
<a href="https://ktlint.github.io/"><img alt="CodeStyle" src="https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg"/></a>
15-
<a href="https://kotlinlang.org/"><img alt="Kotlin Version" src="https://img.shields.io/badge/kotlin-2.2.0-blue.svg"/></a>
13+
<a href="https://kotlinlang.org/"><img alt="Kotlin Version" src="https://img.shields.io/badge/kotlin-2.2.10-blue.svg"/></a>
1614
<a href="https://sonarcloud.io/summary/new_code?id=ashtanko_kotlab"><img alt="Quality Gate Status" src="https://sonarcloud.io/api/project_badges/measure?project=ashtanko_kotlab&metric=alert_status"/></a>
1715
<a href="https://sonarcloud.io/summary/new_code?id=ashtanko_kotlab"><img alt="Bugs" src="https://sonarcloud.io/api/project_badges/measure?project=ashtanko_kotlab&metric=bugs"/></a>
1816
<a href="https://sonarcloud.io/summary/new_code?id=ashtanko_kotlab"><img alt="Code Smells" src="https://sonarcloud.io/api/project_badges/measure?project=ashtanko_kotlab&metric=code_smells"/></a>

config/main.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
<p align="center">
44
<a href="https://github.com/ashtanko/kotlab/actions/workflows/build.yml"><img alt="Build" src="https://github.com/ashtanko/kotlab/actions/workflows/build.yml/badge.svg?branch=main"/></a>
55
<a href="https://codecov.io/gh/ashtanko/kotlab"><img alt="Codecov" src="https://codecov.io/gh/ashtanko/kotlab/branch/main/graph/badge.svg?token=JEU9EIJMHA"/></a>
6-
<a href="https://qlty.sh/gh/ashtanko/projects/kotlab"><img alt="Test Coverage" src="https://qlty.sh/gh/ashtanko/projects/kotlab/coverage.svg"/></a>
76
<a href="https://app.codacy.com/gh/ashtanko/kotlab/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage"><img alt="Codacy Coverage Badge" src="https://app.codacy.com/project/badge/Coverage/74cad08184b34038bb5c64c317384367"/></a>
87
<a href="https://www.codefactor.io/repository/github/ashtanko/kotlin-lab"><img alt="CodeFactor" src="https://www.codefactor.io/repository/github/ashtanko/kotlin-lab/badge"/></a>
9-
<a href="https://qlty.sh/gh/ashtanko/projects/kotlab"><img alt="Maintainability" src="https://qlty.sh/gh/ashtanko/projects/kotlab/maintainability.svg"/></a>
108
<a href="https://app.codacy.com/gh/ashtanko/kotlab/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade"><img alt="Codacy Grade Badge" src="https://app.codacy.com/project/badge/Grade/74cad08184b34038bb5c64c317384367"/></a>
119
<a href="https://codebeat.co/projects/github-com-ashtanko-kotlab-main"><img alt="Codebeat Badge" src="https://codebeat.co/badges/b5a26fee-b6d2-46f2-b121-c3d98cb13c9f"/></a>
1210
<a href="https://hitsofcode.com/github/ashtanko/kotlab/view?branch=main"><img alt="Hits-of-Code" src="https://hitsofcode.com/github/ashtanko/kotlab?branch=main"/></a>
1311
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2Fashtanko%2Falgorithms-in-depth?ref=badge_shield&issueType=license"><img alt="FOSSA Status" src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Fashtanko%2Falgorithms-in-depth.svg?type=shield&issueType=license"/></a>
1412
<a href="https://ktlint.github.io/"><img alt="CodeStyle" src="https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg"/></a>
15-
<a href="https://kotlinlang.org/"><img alt="Kotlin Version" src="https://img.shields.io/badge/kotlin-2.2.0-blue.svg"/></a>
13+
<a href="https://kotlinlang.org/"><img alt="Kotlin Version" src="https://img.shields.io/badge/kotlin-2.2.10-blue.svg"/></a>
1614
<a href="https://sonarcloud.io/summary/new_code?id=ashtanko_kotlab"><img alt="Quality Gate Status" src="https://sonarcloud.io/api/project_badges/measure?project=ashtanko_kotlab&metric=alert_status"/></a>
1715
<a href="https://sonarcloud.io/summary/new_code?id=ashtanko_kotlab"><img alt="Bugs" src="https://sonarcloud.io/api/project_badges/measure?project=ashtanko_kotlab&metric=bugs"/></a>
1816
<a href="https://sonarcloud.io/summary/new_code?id=ashtanko_kotlab"><img alt="Code Smells" src="https://sonarcloud.io/api/project_badges/measure?project=ashtanko_kotlab&metric=code_smells"/></a>

config/main.md.bak

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
<p align="center">
44
<a href="https://github.com/ashtanko/kotlab/actions/workflows/build.yml"><img alt="Build" src="https://github.com/ashtanko/kotlab/actions/workflows/build.yml/badge.svg?branch=main"/></a>
55
<a href="https://codecov.io/gh/ashtanko/kotlab"><img alt="Codecov" src="https://codecov.io/gh/ashtanko/kotlab/branch/main/graph/badge.svg?token=JEU9EIJMHA"/></a>
6-
<a href="https://qlty.sh/gh/ashtanko/projects/kotlab"><img alt="Test Coverage" src="https://qlty.sh/gh/ashtanko/projects/kotlab/coverage.svg"/></a>
76
<a href="https://app.codacy.com/gh/ashtanko/kotlab/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage"><img alt="Codacy Coverage Badge" src="https://app.codacy.com/project/badge/Coverage/74cad08184b34038bb5c64c317384367"/></a>
87
<a href="https://www.codefactor.io/repository/github/ashtanko/kotlin-lab"><img alt="CodeFactor" src="https://www.codefactor.io/repository/github/ashtanko/kotlin-lab/badge"/></a>
9-
<a href="https://qlty.sh/gh/ashtanko/projects/kotlab"><img alt="Maintainability" src="https://qlty.sh/gh/ashtanko/projects/kotlab/maintainability.svg"/></a>
108
<a href="https://app.codacy.com/gh/ashtanko/kotlab/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade"><img alt="Codacy Grade Badge" src="https://app.codacy.com/project/badge/Grade/74cad08184b34038bb5c64c317384367"/></a>
119
<a href="https://codebeat.co/projects/github-com-ashtanko-kotlab-main"><img alt="Codebeat Badge" src="https://codebeat.co/badges/b5a26fee-b6d2-46f2-b121-c3d98cb13c9f"/></a>
1210
<a href="https://hitsofcode.com/github/ashtanko/kotlab/view?branch=main"><img alt="Hits-of-Code" src="https://hitsofcode.com/github/ashtanko/kotlab?branch=main"/></a>

0 commit comments

Comments
 (0)