Skip to content

Commit c63bb11

Browse files
committed
Merge branch 'main' into renovate/protobuf
2 parents f48e2de + a8c9222 commit c63bb11

File tree

5 files changed

+0
-14
lines changed

5 files changed

+0
-14
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,6 @@ jobs:
6161
- name: Generate Test Coverage Xml Report
6262
run: ./gradlew koverXmlReport
6363

64-
- name: Coveralls Parallel
65-
uses: coverallsapp/github-action@v2.3.6
66-
with:
67-
parallel: true
68-
flag-name: run-${{ join(matrix.*, '-') }}
69-
github-token: ${{ secrets.GITHUB_TOKEN }}
70-
file: ./build/reports/jacoco/test/jacocoTestReport.xml
71-
debug: false
72-
measure: true
73-
format: jacoco
74-
7564
# - name: Upload coverage to Codecov
7665
# uses: codecov/codecov-action@v3.1.4
7766
# with:

.github/workflows/ci.yml

Whitespace-only changes.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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>
66
<a href="https://codeclimate.com/github/ashtanko/kotlab/test_coverage"><img alt="Test Coverage" src="https://api.codeclimate.com/v1/badges/428fc33c4caf2c832402/test_coverage"/></a>
7-
<a href="https://coveralls.io/github/ashtanko/kotlab?branch=main"><img alt="Coveralls" src="https://coveralls.io/repos/github/ashtanko/kotlab/badge.svg?branch=main"/></a>
87
<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>
98
<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>
109
<a href="https://codeclimate.com/github/ashtanko/kotlab/maintainability"><img alt="Maintainability" src="https://api.codeclimate.com/v1/badges/428fc33c4caf2c832402/maintainability"/></a>

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ fun isLinux(): Boolean {
3434
plugins {
3535
application
3636
jacoco
37-
id("com.github.nbaztec.coveralls-jacoco") version "1.2.20"
3837
id("com.github.johnrengelman.shadow") version "8.1.1"
3938
// id ("org.sonarqube") version "4.4.1.3373"
4039
idea

config/main.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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>
66
<a href="https://codeclimate.com/github/ashtanko/kotlab/test_coverage"><img alt="Test Coverage" src="https://api.codeclimate.com/v1/badges/428fc33c4caf2c832402/test_coverage"/></a>
7-
<a href="https://coveralls.io/github/ashtanko/kotlab?branch=main"><img alt="Coveralls" src="https://coveralls.io/repos/github/ashtanko/kotlab/badge.svg?branch=main"/></a>
87
<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>
98
<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>
109
<a href="https://codeclimate.com/github/ashtanko/kotlab/maintainability"><img alt="Maintainability" src="https://api.codeclimate.com/v1/badges/428fc33c4caf2c832402/maintainability"/></a>

0 commit comments

Comments
 (0)