File tree Expand file tree Collapse file tree 5 files changed +0
-14
lines changed Expand file tree Collapse file tree 5 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ fun isLinux(): Boolean {
3434plugins {
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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments